Hi,
Is there a flag in the rtpproxy module to force a change of the IP protocol field?
When a call comes from an IPv4 endpoint and you do the bridging to IPv6, then the c= and o= lines contain the IPv6 address, but the address family is still IP4 (e.g. "c=IN IP4 10.10.8.22" becomes "c=IN IP4 fe80::1").
In case of bridging from IPv6 to IPv4, the field is correctly set to IP4 though (e.g. "c=IN IP6 fe80::1" becomes "c=IN IP4 10.10.8.22").
Is there something special to be taken into consideration? I couldn't find any hints in the rtpproxy module that it tries or would try to set that correctly (kam-3.1.5).
Andreas
Is there something special to be taken into consideration? I couldn't find any hints in the rtpproxy module that it tries or would try to set that correctly (kam-3.1.5).
Actually there IS some handling for that in rtpproxy.c:alter_mediaip(), gonna figure out why it doesn't work for me :)
Andreas
Solved, it was completely my fault. The rtpproxy daemon needs to pass back a flag indicating IP4/IP6 in its answer to the rtpproxy module of kamailio. Sorry bothering you!
Andreas
On 12/19/2011 05:16 PM, Andreas Granig wrote:
Is there something special to be taken into consideration? I couldn't find any hints in the rtpproxy module that it tries or would try to set that correctly (kam-3.1.5).
Actually there IS some handling for that in rtpproxy.c:alter_mediaip(), gonna figure out why it doesn't work for me :)
Andreas
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users