<div dir="ltr">Hello<div><br></div><div>I have my servers behind a NAT, with servers that make a call with bypass media / direct media all works fine. But when my media servers need to process audio I'm having issues. Looking at the SDP my local IP of the server is in there.</div><div><br></div><div>I changed my config to add the nethelper.so and add the below:</div><div><br></div><div> </div><div><br></div><div><br></div><div><div># ----- NAT Helper -----</div><div>#!ifdef WITH_NAT</div><div>#modparam("nathelper", "rtpproxy_sock", "udp:<a href="http://127.0.0.1:7722">127.0.0.1:7722</a>")</div><div>modparam("nathelper", "natping_interval", 30)</div><div>modparam("nathelper", "ping_nated_only", 1)</div><div>#modparam("nathelper", "sipping_bflag", 7)</div><div>#modparam("nathelper", "sipping_from", "<a href="mailto:sip%3Apinger@kamailio.org">sip:pinger@kamailio.org</a>")</div><div>#modparam("registrar|nathelper", "received_avp", "$avp(i:80)")</div><div>#modparam("usrloc", "nat_bflag", 6)</div><div>#!endif</div></div><div><br></div><div><br></div><div>In my route I added:</div><div><br></div><div><pre class="gmail-programlisting" style="background-color:rgb(252,255,252);border:1px solid rgb(153,204,204);color:rgb(0,0,0);padding-left:15pt;overflow:auto;border-radius:2.5px;font-size:15px">if (search("User-Agent: FS Box") {fix_nated_sdp("3");};</pre></div></div>