Hello,<div><br></div><div>I&#39;m having problems with my kamailio, my phones are unable to register into the Proxy. I have been checking with ngrep-sip and all i&#39;m receiving is many REGISTER from the phones but never getting some response from the Proxy</div>
<div><br></div><div>The Proxy has a public IP and the phones are behind NAT. The weir thing is that my logs are not showing any output...and as you can see on the script, i have a section to receive REGISTER requests....</div>
<div><br></div><div><div>if (is_method(&quot;REGISTER&quot;)) {</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>if (!save(&quot;location&quot;)) {</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>sl_reply_error();</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>}</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>exit;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>}</div>
</div><div><br></div><div>Thanks in advance for your help</div><div><br>
</div>