<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">You're behind nat? &nbsp;And is your softphone behind nat too?<div><br></div><div>If so you need to fully understand what you're doing. &nbsp;You can't use your public IP without first setting up the ext-sip-ip and ext-rtp-ip on the sofia profile. &nbsp;Then you're left with a profile that can't be used by anything behind the same nat. &nbsp;You're better off putting FreeSWITCH on a public IP and then registering to it.</div><div><br></div><div>/b</div><div><br></div><div><br></div><div><br><div><div>On Sep 11, 2008, at 9:13 PM, Kin Quek wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><pre>Brian,<br>Attached please find the sofia status.<br>Thanks,<br>Kin Quek<br>--------------------<br>show me the output of "sofia status"<br><br>/b<br><br>On Sep 11, 2008, at 12:32 PM, Kin Quek wrote:<br><br>><i> Brian,<br></i>><i> Thanks for the quick response. I did exactly as you suggested:<br></i>><i> Now vars.xml is as below:<br></i>><i><br></i>><i>   &lt;!-- Preprocessor Variables<br></i>><i>        These are introduced when configuration strings must be  <br></i>><i> consistent across modules.<br></i>><i>    --><br></i>><i>   &lt;X-PRE-PROCESS cmd="set" data="sound_prefix=$${base_dir}/sounds/en/ <br></i>><i> us/callie"/><br></i>><i>   &lt;X-PRE-PROCESS cmd="set" data="domain=12.345.67.89"/><br></i>><i>   &lt;X-PRE-PROCESS cmd="set" data="hold_music=<a href="http://lists.freeswitch.org/pipermail/freeswitch-users/2008-September/local_stream://moh%22/">local_stream://moh"/</a>><br></i>><i> ......<br></i>><i>
 Everything else is the same as before. I exited FS and restarted it  <br></i>><i> again. I used X-Lite to register again:<br></i>><i> Username: 1001<br></i>><i> Password: 1234<br></i>><i> Auth username: 1001<br></i>><i> Domain: 12.345.67.89<br></i>><i> ------<br></i>><i> The same response from FS as before: [Warning] sofia_reg.c:1251  <br></i>><i> sofia_reg_parse_auth() can't find user [<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">1001 at 12.345.67.89</a>] You must  <br></i>><i> define a domain called '12.345.67.89' in your directory and add a  <br></i>><i> user with the id="1001" attribute and you must configure your device  <br></i>><i> to use the proper domain in its authentication credentials.<br></i>><i><br></i>><i> The response on X-Lite:<br></i>><i> Registration error: 403 - Forbidden<br></i>><i> ------<br></i>><i> I may want to add: I ran FS on Windows Vista with the latest binary 
 <br></i>><i> downloaded from FS web-site.<br></i>><i><br></i>><i> Note: registration with my local domain 192.168.0.104 works! Ping to  <br></i>><i> 12.345.67.89 is OK as well.<br></i>><i><br></i>><i> Any suggestions?<br></i>><i><br></i>><i> Thanks for your help!<br></i>><i><br></i>><i> Kin Quek<br></i></pre><br><br><b><i>Kin Quek &lt;<a href="mailto:kin_quek@yahoo.com">kin_quek@yahoo.com</a>></i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> Brian,<br>Thanks for the quick response. I did exactly as you suggested:<br>Now vars.xml is as below:<br><br>&nbsp; &lt;!-- Preprocessor Variables<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; These are introduced when configuration strings must be consistent across modules. <br>&nbsp;&nbsp; --><br>&nbsp; &lt;X-PRE-PROCESS cmd="set" data="sound_prefix=$${base_dir}/sounds/en/us/callie"/><br>&nbsp; &lt;X-PRE-PROCESS cmd="set" data="domain=12.345.67.89"/><br>&nbsp; &lt;X-PRE-PROCESS cmd="set" data="hold_music=local_stream://moh"/><br>......<br>Everything else is the same as before. I exited FS and restarted it again. I used X-Lite to register again:<br>Username: 1001<br>Password: 1234<br>Auth username: 1001<br>Domain: 12.345.67.89<br>------<br>The same response from FS as before: [Warning] sofia_reg.c:1251 sofia_reg_parse_auth() can't find user [<a href="mailto:1001@12.345.67.89">1001@12.345.67.89</a>] You must define a domain called '12.345.67.89' in your directory and add a user with the id="1001" attribute  and you must configure your device to use the proper domain in its authentication credentials.<br><br>The response on X-Lite:<br>Registration error: 403 - Forbidden<br>------<br>I may want to add: I ran FS on Windows Vista with the latest binary downloaded from FS web-site.<br><br>Note: registration with my local domain 192.168.0.104 works! Ping to 12.345.67.89 is OK as well.<br><br>Any suggestions?<br><br>Thanks for your help!<br><br>Kin Quek<br>&nbsp; <br><br><b><i><a href="mailto:freeswitch-users-request@lists.freeswitch.org">freeswitch-users-request@lists.freeswitch.org</a></i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> <klaus.teller@gmx.net>From: Brian West &lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>><br>To: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>Date: Thu, 11 Sep 2008 10:53:48 -0500<br>Subject: Re: [Freeswitch-users] Can't set up users outside of local domain...<br><br> Revert to the default config and open up vars.xml and set the domain=  <br>tag to the 12.345.67.89  address.  Restart and try again.  That should  <br>be all you need to do.<br><br>/b<br><br>On Sep 11, 2008, at 10:28 AM, Kin Quek wrote:<br><br>> 12.345.67.89<br><br>Brian West<br><a href="sip:brian@freeswitch.org">sip:brian@freeswitch.org</a><br><br><br><br><br><br><br><br><br>From: Brian West &lt;brian@freeswitch.org><br>To: freeswitch-users@lists.freeswitch.org<br>Date: Thu, 11 Sep 2008 10:56:07 -0500<br>Subject: Re: [Freeswitch-users] Can't set up users outside of local domain...<br><br> Was this listed on the wiki somewhere?<br><br><br><br>On Sep 11, 2008, at 10:28 AM, Kin Quek wrote:<br><br>>   <domain name="$${domain}" value="12.345.67.89"><br><br>Brian West<br>sip:brian@freeswitch.org<br><br><br><br><br><br><br><br><br>_______________________________________________<br>Freeswitch-users mailing  list<br>Freeswitch-users@lists.freeswitch.org<br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br></domain></klaus.teller@gmx.net></blockquote><br><div>         </div></blockquote><br><p>        <span><span>&lt;sofia status.jpg></span></span>_______________________________________________<br>Freeswitch-users mailing list<br><a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br></p></blockquote></div><br></div></body></html>