Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium Component-Sip-Servlets MSS-2.1.0.FINAL
Roadmap-Fix
New issue 210 by [email protected]: Ability to set outbound interface from
application when ethernet aliases exists
http://code.google.com/p/sipservlets/issues/detail?id=210
When there are Ethernet aliases for a network interface, such as
eth0 192.168.0.70
eth0:1 192.168.1.70
eth0:2 192.168.2.70
eth0:3 192.168.3.70
eth0:4 192.168.4.70
eth0:5 192.168.5.70
and the user sets the outbound interface using:
sipSession.setOutboundInterface(new InetSocketAddress("192.168.4.70",
5080));
container doesn't take into account the outbound interface and uses always
the most outbound interface
(org.mobicents.servlet.sip.JainSipUtils.getMostOutboundAddress(List<String>))
which for the specific case is 192.168.5.70.
The result is that CONTACT and VIA headers are wrong.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "mobicents-all-issues-changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.