Hi All,<br>I am new to FreeSwitch so please bear with me if my question is too obvious. I set up FS in Boston and it is running fine. I want to set up a user in LA with username 1003 for example. I edited default.xml as below:<br><br>&lt;include&gt;<br>&nbsp; &lt;!--the domain or ip (the right hand side of the @ in the addr--&gt;<br>&nbsp; &lt;domain name="$${domain}" value="12.345.67.89"&gt;<br>&nbsp;&nbsp;&nbsp; &lt;params&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name="dial-string" value="{presence_id=${dialed_user}@${dialed_domain},transfer_fallback_extension=${dialed_user}}${sofia_contact(${dialed_domain}/${dialed_user}@${dialed_domain})}"/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/params&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;variables&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;variable name="record_stereo" value="true"/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/variables&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;X-PRE-PROCESS cmd="include" data="default/*.xml"/&gt;<br>&nbsp;
 &lt;/domain&gt;<br>&lt;/include&gt;<br>-----------<br>I set up directory.xml as such:<br>&lt;domain name="$${sip_profile}"&gt;<br>&nbsp;&lt;user id="1003"&gt;<br>&nbsp;&nbsp; &lt;params&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name="password" value="1234"/&gt;<br>&nbsp;&nbsp; &lt;/params&gt;<br>&nbsp;&nbsp; &lt;variables&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;variable name="sip-force-contact" value="sip:1003@12.345.67.89"/&gt;<br>&nbsp;&nbsp; &lt;/variables&gt;<br>&nbsp;&lt;/user&gt;<br>&lt;/domain&gt;<br>----------------<br>My user in LA tried to register as user 1003 using X-Lite:<br>Username: 1003<br>Password: 1234<br>Auth username: 1003<br>Domain: 12.345.67.89<br>-------------<br>The remote user won't be able to register with FS. The warning messages are attached:<br>[Warning] sofia_reg.c: 1251 sofia_reg_parse_auth() can't find user [1003@12.345.67.89]<br>You must define a domain called '12.345.67.89' in your directory and add a user with the id="1003" attribute and you
 must configure your device to use the proper domain in it's authentication on credentials.<br>-------------<br>I tried different attempts including hard code the domain name value in default.xml and the error message remained the same. I know this is possible because my user at LA set up something similar with Asterisk and we have used it many times. I think it should be possible on FS as well.<br><br>Any help well be highly appreciated! Thanks in advance.<br><br>Best regards,<br><br>Kin Quek<br><br><br><p>&#32;