<html><body><div style="color:#000; background-color:#fff; font-family:lucida console, sans-serif;font-size:10pt">Just posting my solution - maybe helps someone here ...<br><br>Host:<br>rtpproxy -l &lt;public IP&gt; -m 35510 -M 37790 -s udp:10.1.1.1:12500 -n tcp:10.1.1.200:12500 -d INFO:LOG_LOCAL1 -i -u rtpp:rtpp<br><br>Client (Guest)<br>opensips.cfg &lt;snippet&gt;<br><div><br></div><div># Modul</div><div>...<br></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: lucida console,sans-serif; background-color: transparent; font-style: normal;">loadmodule "rtpproxy.so"<br>modparam("rtpproxy", "rtpproxy_sock", "udp:10.1.1.1:12500") # CUSTOMIZE ME<br>modparam("rtpproxy", "rtpp_notify_socket", "tcp:10.1.1.200:12500")<br></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: lucida console,sans-serif; background-color: transparent; font-style: normal;">...<br><span></span></div><div style="color: rgb(0, 0, 0); font-size:
 13.3333px; font-family: lucida console,sans-serif; background-color: transparent; font-style: normal;"><span># routing</span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: lucida console,sans-serif; background-color: transparent; font-style: normal;"><span>...<br></span></div><div>rtpproxy_offer("nro");</div><div>rtpproxy_answer("nro");</div><div>...</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: lucida console,sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: lucida console,sans-serif; background-color: transparent; font-style: normal;">----</div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: lucida console,sans-serif; background-color: transparent; font-style: normal;">Runs good except of UA Client (WLan - Android CSipSimple/Keyyo-Voip) &lt;--&gt; Server</div><div
 style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: lucida console,sans-serif; background-color: transparent; font-style: normal;">Here i have after random time connection loss (rtp) ... maybe WLan, but try to figure it out</div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: lucida console,sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: lucida console,sans-serif; background-color: transparent; font-style: normal;">Greetings</div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: lucida console,sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: lucida console,sans-serif; background-color: transparent; font-style: normal;">Jens<br></div>  <div style="font-family: lucida console, sans-serif; font-size: 10pt;"> <div
 style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <hr size="1">  <font face="Arial" size="2"> <b><span style="font-weight:bold;">Von:</span></b> Ovidiu Sas &lt;osas@voipembedded.com&gt;<br> <b><span style="font-weight: bold;">An:</span></b> OpenSIPS users mailling list &lt;users@lists.opensips.org&gt; <br><b><span style="font-weight: bold;">CC:</span></b> Jens Sauer &lt;sauer.jens@yahoo.de&gt; <br> <b><span style="font-weight: bold;">Gesendet:</span></b> 18:58 Sonntag, 23.Juni 2013<br> <b><span style="font-weight: bold;">Betreff:</span></b> Re: [OpenSIPS-Users] NAT - Unable to solve RTP Problem<br> </font> </div> <div class="y_msg_container"><br>&lt;snip&gt;<br>&gt; Rtpproxy does not work behind a firewall without a patch.<br>&lt;/snip&gt;<br><br><br>Rtpproxy works just fine out of the box behind NAT.&nbsp; There's no need<br>to patch rtpproxy to achieve this functionality.<br>There was a patch posted a
 while ago to achieve this functionality,<br>but the patch is not necessary:<br><a href="http://opensips-open-sip-server.1449251.n2.nabble.com/Rtpproxy-behind-the-NAT-td5008041.html" target="_blank">http://opensips-open-sip-server.1449251.n2.nabble.com/Rtpproxy-behind-the-NAT-td5008041.html</a><br>All one needs to do is force the IP to be used in SDP via the second<br>parameter of rtpproxy_offer/answer function.<br><br><br>Regards,<br>Ovidiu Sas<br><br>--<br>VoIP Embedded, Inc.<br><a href="http://www.voipembedded.com/" target="_blank">http://www.voipembedded.com</a><br><br><br></div> </div> </div>  </div></body></html>