Hi,<br>It seems like the reloadxml function in fs still requires the server to restart to take effect of new update. Is it the case or it is just my set up problem? <br><br>Sorry to ask again. I am getting a bit frustrated. I can login now, but the user_context info does not get set. The following user is still using the default context instead of the home context as I specified in the xml. How come? <br>
<br><?xml version="1.0" encoding="UTF-8" standalone="no"?><br><document type="freeswitch/xml"><br> <section name="directory" description="Directory For FreeSwitch"><br>
<domain name="<a href="http://192.168.1.102">192.168.1.102</a>"><br> <user id="1001"><br> <params><br> <param name="password" value="1234"/><br>
</params><br> <variables><br> <variable name="user_context" value="home"/><br> </variables><br> </user><br> </domain><br> </section><br>
</document><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->8661382345448@default<br><br><br>Any inputs will be greatly appreciated.<br><br>Regards,<br>Pete<br><br><br><br><br>