<div dir="ltr">BTW. the error you are getting is probably for the fact that your client doesn&#39;t like the Notify pinging. Change it to Options message and it will work.<div><br></div><div>Regards,</div><div>Ali Pey</div>
<div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Dec 12, 2013 at 11:19 AM, Ali Pey <span dir="ltr">&lt;<a href="mailto:alipey@gmail.com" target="_blank">alipey@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello Miha,<div><br></div><div>The best way to handle nat keep alive is from your sip clients. They usually offer a variety of option and the most efficient one is the udp pinging, in which it keeps sending opensips a udp packet with 4 zeros in it to keep the nat binding open. That would work perfectly if you have static nat binding on the opensips server which means doing port forwarding on the firewall the opensips sits behind.</div>

<div><br></div><div>You can also enable options pinging on your client as well and that will keep nats open on both side as opensips will respond with 200 OK.</div><div><br></div><div>Enabling nat keep alive from opensips is more expensive in terms of resources but that is also a possible way to do.</div>

<div><br></div><div>Regards,</div><div>Ali Pey</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div class="h5">On Thu, Dec 12, 2013 at 7:16 AM, Miha <span dir="ltr">&lt;<a href="mailto:miha@softnet.si" target="_blank">miha@softnet.si</a>&gt;</span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
  

    
  
  <div text="#000000" bgcolor="#FFFFFF">
    HI,<br>
    <br>
    I need a little help with nat. UAC register&#39;s ok and it is reachable
    but after a while it become unreachable due to nat issue. If I use
    nat_keepalive on uac deivce everything is ok, but I would like that
    this is handled by opensips.<br>
    <br>
    I tried to use  nat_keepalive but getting all the time this:<br>
    <br>
     54.820695 opensips -&gt; uac_public_ip SIP 308 Request: NOTIFY
    <a>sip:uac_public_ip:13401</a> |<br>
     54.829847 uac_public_ip -&gt; opensips SIP 297 Status: <b>481 Call
      Leg/Transaction Does Not Exis</b>t |<br>
    <br>
    What is the best way to implement this?<br>
    <br>
    <br>
    <br>
    modparam(&quot;registrar&quot;, &quot;received_avp&quot;, &quot;$avp(received_avp)&quot;)<br>
    modparam(&quot;registrar&quot;, &quot;tcp_persistent_flag&quot;, 10)<br>
    modparam(&quot;nathelper&quot;, &quot;received_avp&quot;, &quot;$avp(received_avp)&quot;)<br>
    modparam(&quot;nathelper&quot;, &quot;natping_interval&quot;, 10)<br>
    modparam(&quot;nathelper&quot;, &quot;ping_nated_only&quot;, 1)<br>
    <br>
    <br>
                  if (nat_uac_test(&quot;18&quot;)) {<br>
                            xlog(&quot;fixing nat&quot;);<br>
                             if (method==&quot;REGISTER&quot;) {<br>
                                    nat_keepalive();<br>
                                     fix_nated_register();<br>
    <br>
                            } else {<br>
                                    fix_nated_contact();<br>
                            }<br>
                    force_rport();<br>
                    }<br>
    <br>
    tnx!<span><font color="#888888"><br>
    <br>
    miha<br>
    <br>
    <br>
  </font></span></div>

<br></div></div>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">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>
<br></blockquote></div><br></div>
</blockquote></div><br></div>