Problems when listening to all interfaces

"Stefano Zappaterra" <[email protected]> Fri, 26 Jan 2007 12:02:15 +0100
Newsgroups gmane.comp.voip.nist-sip
Message-ID <[email protected]>
Hi Ranga

I've configured the stack to listen to all interfaces, using a single
ListeningPoint bound to "0.0.0.0" ip address.
The stack correctly receives messages, but does not send them, displaying
this error:
"sentBy does not match the sentby setting of the ListeningPoint
192.168.1.3:5060"

In line 288 in file SipProviderImpl.java I've found
!listeningPoint.getSentBy().equalsIgnoreCase(IN_ADDR_ANY)

shouldn't it be
!listeningPoint.getIPAddress().equalsIgnoreCase(IN_ADDR_ANY)   ?

The same observation applies in the next line for IN6_ADDR_ANY.

Thanks,
Stefano

_______________________________________________
nist-sip mailing list
[email protected]
http://www-x.antd.nist.gov/mailman/listinfo/nist-sip