<div dir="ltr">Hi<br>I'm using version: kamailio 5.1.2 <br><br>I have strange issue with auth_challenge<br><br>kamialio works as NAT handler. When Register comes kamailio handles nat and save original ip:port at the received field in location table<br><br>I found that when local port in contact is different than external port reply 407 on INVITE comes to externalip (from received) : internalport(from contact)<br>And never reaches destination<br><br>for exmaple<br>Register comes from <br><a href="http://192.168.1.10:50555">192.168.1.10:50555</a><br><br>Kamailio saves at the Received<br><a href="http://12.1.1.12:1030">12.1.1.12:1030</a><br><br>but when invite comes form <a href="http://12.1.1.12:1030">12.1.1.12:1030</a> kamailio sends reply to <br><a href="http://12.1.1.12:50555">12.1.1.12:50555</a><br><br>i don't think that this is an issue in kamailio source code but i can find where i can configure it<br><br></div>