Hey all,
I have a Kamailio box functioning as a proxy. When some UAs send an INVITE the SDP has their private IP (c=IN IP4 10.x.x.x). Kamailio is passing this on without changing it to the proper public IP. What's the best way to rewrite that? I'm using a config based on the default one.
You can rewrite it using fix_nated_sdp(), but realistically, you're going to want to use rtpproxy instead, whose module will rewrite it.
On 06/06/2014 11:40 AM, Marc Soda wrote: