<div dir="ltr">

<div style="font-family:'Helvetica Neue';font-size:14px"><span style="font-size:17px"><span style="font-family:'Courier New'">Hello:</span></span></div><div style="font-family:'Helvetica Neue';font-size:14px"><span style="font-size:17px"><span style="font-family:'Courier New'"><br></span></span></div><div style="font-family:'Courier New';font-size:17px"><div style=""><div><font color="#222222" face="Courier New" size="4">     I use kamailio as my SIP signal proxy, and media-proxy as RTP relayer. It works well at many situations. But when it comes to two layer of NAT(a user behind two layer of NAT),  I got a single way media(the sip signal layer was ok). I can’t hear the voice of user who behinds two layer of NAT, but he can hear the voice of mine.</font></div><div> </div><div>Most part of my kamailio config is default, and simply enable media-proxy by engage_media_proxy():
</div><div>          if (is_method("INVITE") && !has_totag()) {</div><div>               engage_media_proxy();     </div><div>          }  </div><div>       </div><div></div></div><div style="font-size:small"><div><span style="font-size:17px">And in my UAC/UAS side, I use PJSIP.</span></div><div><span style="font-size:17px"><br></span></div><div><span style="font-size:17px">Can anybody give me some help?</span></div><div><span style="font-size:17px"><br></span></div><div><span style="font-size:17px">Any suggestion will be appreciated!</span></div></div></div></div>