Hi,<br>It seems like the reloadxml function in fs still requires the server to restart to take effect of new update.&nbsp; Is it the case or it is just my set up problem? <br><br>Sorry to ask again.&nbsp; I am getting a bit frustrated.&nbsp;&nbsp; I can login now, but the user_context info does not get set.&nbsp; The following user is still using the default context instead of the home context as I specified in the xml.&nbsp; How come?&nbsp; <br>
<br>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;<br>&lt;document type=&quot;freeswitch/xml&quot;&gt;<br>&nbsp; &lt;section name=&quot;directory&quot; description=&quot;Directory For FreeSwitch&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;domain name=&quot;<a href="http://192.168.1.102">192.168.1.102</a>&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;user id=&quot;1001&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;params&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name=&quot;password&quot; value=&quot;1234&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/params&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;variables&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;variable name=&quot;user_context&quot; value=&quot;home&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/variables&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/user&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/domain&gt;<br>&nbsp; &lt;/section&gt;<br>
&lt;/document&gt;<br><br>When making call, it still uses the default context instead of the home context specified:<br><br>2008-04-19 01:29:38 [DEBUG] switch_core_state_machine.c:65 switch_core_standard_on_ring() Standard RING sofia/default/<a href="http://1001@192.168.1.104:5060">1001@192.168.1.104:5060</a><br>
2008-04-19 01:29:38 [INFO] mod_dialplan_xml.c:223 dialplan_hunt() Processing 1001-&gt;8661382345448@default<br><br><br>Any inputs will be greatly appreciated.<br><br>Regards,<br>Pete<br><br><br><br><br>