Re: Multiple sip applications with Jain-sip
"M. (Neo-Ranga) Ranganathan" <[email protected]> Thu, 3 May 2007 17:31:34 -0400
| Newsgroups | gmane.comp.voip.nist-sip |
|---|---|
| Message-ID | <[email protected]> |
You would, create two SIP stacks and two listeners. One Sip Listener instance per sip stack instance. Ranga On 5/3/07, [email protected] <[email protected]> wrote: > Hello all, > > i was wondering if i can get some help with the following: > > i understand that the application has to implement the SipListener > interface and that there can be multiple stacks, providers, listening > points etc... > The question is if i want to implement 2 or more sip applications e.g. > simple data streaming over udp, should i use one > SipListner/SipStack/SipProvider per application or one SipListner but > different SipStack/SipProvider for each application. > > To be more clear, consider the following architecture for what i would > like to have: > > > |----------------| |--------------------| > | Application #1 | | Application #2 | > | e.g. streaming | |e.g. other streaming| > ------------------ ---------------------- > \ / > \ / > \ / > \ / > |---------------------------| > | SIP | > ----------------------------- > > to ask the same question in a different manner, how would such an > architecture be mapped in the JAIN SIP world. > > > Any comments would be greatly appreciated. > > > > Thanks. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- M. Ranganathan "There are two ways to write error-free programs; only the third one works." -- Alan Perlis