Re: Multiple sip applications with Jain-sip
niepin <[email protected]> Fri, 4 May 2007 08:28:48 +0000 (UTC)
| Newsgroups | gmane.comp.voip.nist-sip |
|---|---|
| Message-ID | <[email protected]> |
Hi, I wonder if this is multi-apps or multiple sessions. If one streaming application could be treated as one streaming session, then one SipStack and SipListener is enough. Each streaming instance is bound with a UDPHandler behind, which deals with the media socket. Multiple sip stack is applied only when the underlying signaling channel changes, e.g. transport (TCP+UDP), or port number. Is it so? BR niepin