Hi list,<div><br><div>I am testing the following configuration:</div><div><br></div><div>Sip ATA adapter (Linksys PAP2) -&gt; Windows PC (Internet Gateway) -&gt; ... Internet ... -&gt; FreeSWITCH</div><div><br></div><div>Sip adapter sends REGISTER to the FS, from port 5060, however Windows Gateway transfers this packet to FS from a different port (for example 62000).</div>
</div><div>FS replies to the port 5060 (it looks like it takes it from the SIP text information).</div><div>So Windows Gateway receives the answer to the port 5060, but since it expects  it to be received in 62000, it looks like it drops the packets.</div>
<div><br></div><div>The only way to fix this, is to set NDLB_force_port= true in the internal profile configuration file.</div><div>In this case, FreeSWITCH replies exactly to the port 62000, and windows forwards it to the Sip adapter on port 5060.</div>
<div><br></div><div><br></div><div>Do you know whether it is possible to configure Windows to route properly?</div><div>Or maybe there is a way to configure the Sip adapter? (Like it will say to windows PC - hey, don&#39;t change the port, use the same as I am using... :)) Or it is a fantastic wish)</div>
<div><br></div><div>Otherwise I will have to create 2 internal sip profiles, one with NDLB_force_port = true (for those who uses Windows PC as the gateway), and another with NDLB_force_port = false (for those who use normal routers).</div>
<div>And I need 2 default dialplans, etc... so it complicates the solution.</div><div><br></div><div><br></div><div>Thank you,</div><div>Vitalie</div><div><br></div><div><br></div>