<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
I am trying to use my FS behind a NAT with SIP soft from Internet.
So I have this setup:<br>
<br>
FS:192.168.2.110 ------ ROUTER (IP=70.70.70.70=myhost.no-ip.info)
----- SIP phone (SIP:<i>24.114.103.245</i>)<br>
<br>
<br>
I followed the wiki (<a class="moz-txt-link-freetext" href="http://wiki.freeswitch.org/wiki/NAT_Traversal">http://wiki.freeswitch.org/wiki/NAT_Traversal</a>)
and updated these files:<br>
<br>
external.xml:<br>
<param name="ext-sip-ip" value="70.70.70.70"/><br>
<param name="ext-rtp-ip" value="70.70.70.70"/><br>
<br>
<br>
vars.xml:<br>
<X-PRE-PROCESS cmd="set" data="bind_server_ip=<i>myhost.no-ip.info</i>"/>
<br>
<br>
<br>
When I try to register with the external SIP phone I get this error:<br>
<br>
<br>
<i>2014-05-21 12:47:54.843521 [WARNING] sofia_reg.c:2566 Can't find
user [<a class="moz-txt-link-abbreviated" href="mailto:1001@myhost.no-ip.info">1001@myhost.no-ip.info</a>] from 24.114.103.245</i> <i>You must
define a domain called 'myhost.no-ip.info' in your directory and
add a user with the id="1001" attribute</i> <i>and you must
configure your device to use the proper domain in it's
authentication credentials.</i><br>
<br>
<br>
<br>
I don't have a multi-tennant setup, only one domain. I use this FS
also for SIP device in the same LAN<br>
<br>
<b>freeswitch@internal> eval ${domain}</b><b><br>
</b><b>192.168.2.110</b><br>
<br>
<br>
<br>
I am missing something ? Any suggestion is welcome!<br>
<br>
Thank you in advance.<br>
</body>
</html>