Comment #8 on issue 32 by [email protected]: Session.setOutboundInterface not working on B2BUA
http://code.google.com/p/sipservlets/issues/detail?id=32
Hi Jean, I have made some tests. The Session.setOutboundInterface method seems to work now. (you can close the issue). I have met some problems concerning the declaration of the sip connector and its socket-binding. It seems that mobicents or jain sip stack ( i did not check excatly where it is) parses the the socket-binding name to find the transport to be used when creating thre sip connector. i have observed that the parser accepts only socket-binding names built like: [4_Characters][PROTOCOL]. Exemple: int-udp, int1udp => work internal-udp, int1-udp do not wok. I think there is a substring(4) or something like that when parsing the socket-binding. This is not a real problem but it would be interesting to have this information in the server installation documentation. 2012/12/6 Fran�ois-Joseph Levee <[email protected]>
