Re: Grouping Listening Points

niepin <[email protected]> Mon, 7 May 2007 12:36:56 +0000 (UTC)
Newsgroups gmane.comp.voip.nist-sip
Message-ID <[email protected]>
Hi,
Plz reference to the SipProvider javadoc as follows:

Each SipProvider can be related to zero or more ListeningPoints. However, the
SipProvider can have only one ListeningPoint for each transport type. For
example, a single SipProvider can have one TCP ListeningPoint and one UDP
ListeningPoint but cannot have two UDP ListeningPoints. Application that wishes
to have multiple ListeningPoints with the same transport must use a separate
SipProvider for each such ListeningPoint.

In JAIN SIP 1.2, SipProvider has a new method: 	setListeningPoint(), which
enables the multiple lp binding.

BR

niepin