<br><br><div class="gmail_quote">On Thu, Dec 3, 2009 at 10:34 AM, Samuel Abekah-Mensah <span dir="ltr">&lt;<a href="mailto:abeka@greatiam.com">abeka@greatiam.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi<br>
<br>
Sorry .xm is a typo. I actually shut down the server and restarted. The<br>
log says I need to create a domain of aaa.bbb.ccc.ddd (which is the<br>
server IP address ) and then put the user in that domain.  Isn&#39;t the<br>
default domain that of the server FS is running on ?<br>
2319.xml is in /usr/local/freeswitch/conf/directory/default/<br>
<br>
Thanks for your time<br>
<div class="im"><br></div></blockquote><div><br>Okay, here&#39;s exactly what I did:<br>cd /usr/local/freeswitch/conf/directory/default<br>cp 1001.xml 2319.xml<br>perl -pi -e &#39;s/1001/2319/g&#39; 2319.xml <br>cat 2319.xml <br>
<br>&lt;include&gt;<br>  &lt;user id=&quot;2319&quot;&gt;<br>    &lt;params&gt;<br>      &lt;param name=&quot;password&quot; value=&quot;$${default_password}&quot;/&gt;<br>      &lt;param name=&quot;vm-password&quot; value=&quot;2319&quot;/&gt;<br>
    &lt;/params&gt;<br>    &lt;variables&gt;<br>      &lt;variable name=&quot;toll_allow&quot; value=&quot;domestic,international,local&quot;/&gt;<br>      &lt;variable name=&quot;accountcode&quot; value=&quot;2319&quot;/&gt;<br>
      &lt;variable name=&quot;user_context&quot; value=&quot;default&quot;/&gt;<br>      &lt;variable name=&quot;effective_caller_id_name&quot; value=&quot;Extension 2319&quot;/&gt;<br>      &lt;variable name=&quot;effective_caller_id_number&quot; value=&quot;2319&quot;/&gt;<br>
      &lt;variable name=&quot;outbound_caller_id_name&quot; value=&quot;$${outbound_caller_name}&quot;/&gt;<br>      &lt;variable name=&quot;outbound_caller_id_number&quot; value=&quot;$${outbound_caller_id}&quot;/&gt;<br>
      &lt;variable name=&quot;callgroup&quot; value=&quot;techsupport&quot;/&gt;<br>    &lt;/variables&gt;<br>  &lt;/user&gt;<br>&lt;/include&gt;<br><br>Then I logged into fs_cli, pressed F6 (which does &quot;reloadxml&quot;) and then I set up my x-lite:<br>
Display Name: Test<br>User name: 2319<br>Password: 1234<br>Authorization user name: 2319<br>Domain: 10.15.0.91<br><br>It registered just fine as can be seen by the output of &quot;sofia status profile internal&quot;:<br>&lt;snip&gt;<br>
<span style="font-family: courier new,monospace;">Call-ID:        MzRiOGI4NTA2YjA0ZTkzMDYwZjA3MTlkZGQ3ZjNhMjg.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">User:           <a href="mailto:2319@10.15.0.91">2319@10.15.0.91</a></span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Contact:        &quot;Test&quot; &lt;sip:2319@10.15.0.124:41680;rinstance=09c51f8aa23d6738&gt;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Agent:          X-Lite release 1014k stamp 47051</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Status:         Registered(UDP)(unknown) EXP(2009-12-03 13:41:38)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Host:           <a href="http://freeswitch1.yt">freeswitch1.yt</a></span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">IP:             10.15.0.124</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Port:           41680</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Auth-User:      2319</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Auth-Realm:     10.15.0.91</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">MWI-Account:    <a href="mailto:2319@10.15.0.91">2319@10.15.0.91</a></span><br style="font-family: courier new,monospace;"><br>So, most likely you&#39;ve got an issue with the XML file itself or the configuration on your SIP device. Double check the username and auth username values. If need be delete your 2319.xml file and start over. <br>
<br>-MC<br></div></div><br>