<div>You are missing one fundamental fact, that is you have to handle NAT for both signalling and media. From your description it looks signalling is going perfect (NAT is correctly handled), since you are able to establish call between two clients successfully, clients can register, make call, accept call and hangup call with your server. So main goal of NAT Traversal module is achieved. </div>

<div><br></div><div>However, there is no media on call, so media NAT is not handled. NAT Traversal and / or NAT Helper modules may try to fix media NAT issues as well by manipulating SDP but in so many case they will be simply NOT enough for this purpose. Especially in case of 3g and corporate networks, which may have very very complex network typology with multiple layers of NAT (so called Nested NAT). So rtp / media proxy is the ONLY solution that can handle media across such complex networks.</div>

<div><br></div><div>If you have really good sip clients with support for STUN / TURN / ICE etc. and you somewhat control over client data network environment, them you may fix media NAT issues up to 90% but in about 5-10% cases you will still need a media relay.</div>

<div><br></div>Thank you.<div><br><br><div class="gmail_quote">On Mon, Feb 25, 2013 at 11:51 PM, leo <span dir="ltr">&lt;<a href="mailto:uzcudunl@yahoo.it" target="_blank">uzcudunl@yahoo.it</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hello,<br>
<br>
Unfortunately after reading the forum i&#39;ve to open a new post about NAT<br>
because i couldn&#39;t find a clear solution and information for my problem.<br>
I&#39;ve also read the NAT Traversal module documentation.<br>
<br>
I&#39;ve an OpenSIPS server (version 1.8.2) on a Debian system (6.0.7 -<br>
2.6.32-5-686).<br>
OpenSIPS was installed by the apt-get install using the <a href="http://apt.opensips.org" target="_blank">apt.opensips.org</a><br>
repository and configured with osipsconfig (residential script with ALIASES,<br>
AUTH, DBACC, DBUSRLOC and DIALOG).<br>
<br>
The UAs can register to the OpenSIPS server. They can place the call but i<br>
&#39;ve no audio no video.<br>
The OpenSIPS server has a public IP address (so, no natted).<br>
The UAs could be natted or with public ip thru 3G.<br>
<br>
I wouldn&#39;t like to use rtproxy or mediaproxy cause the rtp traffic would be<br>
passing by those servers (am i correct?) adding jitter and latency.<br>
I would set up the system in the way the the rtp traffic would be P2P. Would<br>
NAT Traversal be the solution? How it should be configured (i&#39;ve already<br>
enabled the required modules too)?<br>
<br>
Thanks a lot.<br>
<br>
Leo.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://opensips-open-sip-server.1449251.n2.nabble.com/NAT-tp7584918.html" target="_blank">http://opensips-open-sip-server.1449251.n2.nabble.com/NAT-tp7584918.html</a><br>
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><span style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Muhammad Shahzad</span><br style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

<span style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">------------------------------</span><span style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">-----</span><br style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

<span style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">CISCO Rich Media Communication Specialist (CRMCS)</span><br style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

<span style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">CISCO Certified Network Associate (CCNA)</span><br style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

<span style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Cell: +49 176 99 83 10 85</span><br style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

<span style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">MSN: </span><a href="mailto:shari_786pk@hotmail.com" style="color:rgb(17,85,204);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)" target="_blank">shari_786pk@hotmail.com</a><br style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

<span style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Email: </span><a href="mailto:shaheryarkh@googlemail.com" style="color:rgb(17,85,204);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)" target="_blank">shaheryarkh@googlemail.com</a>
</div>