Hi guys,<br><br>I have some easy doubt about nathelper functions using RTPProxy.<br><br>I&#39;m trying to bridge from an external IP to an internal IP.<br>The start-line for rtpproxy is: rtpproxy -l PUBLIC_IP/PRIVATE_IP -s udp:<a href="http://127.0.0.1:7999">127.0.0.1:7999</a> -F<br>
It starts OK and I see it when kamailio starts.<br><br>I&#39;m going to use something like Daniel showed on some other mail:<br><br>if(dst_ip==private)<br>   force_rtp_proxy(&quot;ocfaei&quot;);<br>else<br>   force_rtp_proxy(&quot;ocfaei&quot;);<br>
<br>if i have the invite from a public IP to someone in private on the request I&#39;ll run <br>force_rtp_proxy(&quot;ocfaei&quot;);<br>then the reply will be from private to public... should I run &quot;force_rtp_proxy(&quot;ocfaei&quot;);&quot;? or should it be the same?<br>
<br>As allways, thanks for your help.<br><br>Kind regards,<br>Uriel<br>