<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div><br></div><div>I just started trying to work with freeswitch using the FS 1.06 book( although&nbsp;I am running FS ver 1.2.6+git.)&nbsp;, FS cookbook,, and wiki. &nbsp;&nbsp;</div><div><br></div><div>I&nbsp;&nbsp;and have a question regarding NAT traversal.&nbsp;</div><div><br></div><div>I have been stuck trying to get phones to register and be able to call each other using ext 1000 to 1002 for example. I couldn't get the phones to register until I read an archive regarding polycom NAT issues.</div><div><br></div><div>The freeswitch server I'm connecting to is hosted on a remote &nbsp;public IP. &nbsp;I'm using a polycom 335, grandstream xpx 2020, and an x-lite client on a Local 192 network. &nbsp;</div><div><br></div><div>The below settings seem to have fixed my registration issue.</div><div><br></div><div>Is there a reason that I would NOT set the parameter settings in sip_profiles/internal.xml to true:</div><div><br></div><div><div>&lt;!-- use at your own risk or if you know what this does.--&gt;</div><div>&nbsp; &nbsp; &lt;param name="NDLB-force-rport" value="true"/&gt;</div></div><div><br></div><div><br></div><div><br></div><div>and to add the variable "sip-force-contact" &nbsp;for each user in directory/default/1000.xml - 1019.xml ?&nbsp;</div><div><br></div><div></div><div><div>&lt;include&gt;</div><div>&nbsp; &lt;user id="1000"&gt;</div><div>&nbsp; &nbsp; &lt;params&gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;param name="password" value="$${default_password}"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;param name="vm-password" value="1000"/&gt;</div><div>&nbsp; &nbsp; &lt;/params&gt;</div><div>&nbsp; &nbsp; &lt;variables&gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;variable name="sip-force-contact" value="NDLB-connectile-dysfunction"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;variable name="toll_allow" value="domestic,international,local"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;variable name="accountcode" value="1000"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;variable name="user_context" value="default"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;variable name="effective_caller_id_name" value="Extension 1000"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;variable name="effective_caller_id_number" value="1000"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;variable name="outbound_caller_id_name" value="$${outbound_caller_name}"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;variable name="outbound_caller_id_number" value="$${outbound_caller_id}"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;variable name="callgroup" value="techsupport"/&gt;</div><div>&nbsp; &nbsp; &lt;/variables&gt;</div><div>&nbsp; &lt;/user&gt;</div><div>&lt;/include&gt;</div></div><div><br></div><div>Sorry if this has been gone over, but I'm not sure if there is something I'm missing because the wiki (&nbsp;<a href="http://wiki.freeswitch.org/wiki/NAT">http://wiki.freeswitch.org/wiki/NAT</a>&nbsp;)&nbsp;says "NAT just works" and the internal.xml file says "&lt;!-- use at your own risk or if you know what this does.--&gt;"...</div><div><br></div><div>Thanks for any clarity you can provide,</div><div><br></div><div>Geo</div></body></html>