Status: New
Owner: [email protected]
Labels: Component-CDI-Telco-Framework Type-Enhancement CTF-1.0.0.ALPHA2
Release-Type-Alpha Roadmap-Issue Priority-Medium
New issue 2620 by [email protected]: Guaranteed Ordering Of Sip Event
Dispatch
http://code.google.com/p/mobicents/issues/detail?id=2620
While working with multiple VoIP providers I have noticed that developers
tend to do to work much in the methods of their SIP servlets.
I believe that the reason for this is because there is no standard way to
break up the handling of SIP requests/responses in to components with a
guaranteed order of invocation.
I believe that if the CTF can guarantee the order in which POJOs receive
events, developers can compose pipelines through which events can be
propagated for handling. Therefore, simplifying the design of SIP
applications to pipelines of cohesive components with specific roles
with-in the system.