hi, totally new to freeswitch, but not to asterisk. just installed it, made samples but do not have 1000-1019 as extensions. so i thought i create:<br>&lt;include&gt;<br>  &lt;user id=&quot;1000&quot; mailbox=&quot;1000&quot;&gt;<br>
    &lt;params&gt;<br>      &lt;param name=&quot;password&quot; value=&quot;1234&quot;/&gt;<br>      &lt;param name=&quot;vm-password&quot; value=&quot;1000&quot;/&gt;<br>    &lt;/params&gt;<br>    &lt;variables&gt;<br>      &lt;variable name=&quot;accountcode&quot; value=&quot;1000&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 1000&quot;/&gt;<br>      &lt;variable name=&quot;effective_caller_id_number&quot; value=&quot;1000&quot;/&gt;<br>
    &lt;/variables&gt;<br>  &lt;/user&gt;<br>&lt;/include&gt;<br> and save it as 1000.xml in the internal-sip folder. cli tells me now:<br>2009-08-29 09:43:55.858101 [WARNING] sofia_reg.c:1771 Can&#39;t find user [<a href="mailto:1000@192.168.1.4">1000@192.168.1.4</a>]<br>
You must define a domain called &#39;192.168.1.4&#39; in your directory and add a user with the id=&quot;1000&quot; attribute<br>and you must configure your device to use the proper domain in it&#39;s authentication credentials.<br>
<br>what do i have to do now to get it <br>a) internally running<br>b) talk to an external cllient?<br><br><br>thx<br><br><br>