Hello,<br><br>&nbsp;&nbsp; Thanks in advance. I have a problem with mod curl user directory. I have now configured system to fetch user directory from a web service. It works fine and the users get to the FS and users can register with a SIP client. I`m assuming the system is using default dialplans, sip-profiles etc. because I have just directory -section in xml_curl.conf. Anyway after registering if two clients wants to start a session I get immediate hangup by FS. Here is an example of my user directory:<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;User Directory&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;domain name=&quot;<a href="http://192.168.0.197">192.168.0.197</a>&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;user id=&quot;duck&quot; mailbox=&quot;duck&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;&nbsp;&nbsp; &lt;param name=&quot;vm-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;accountcode&quot; value=&quot;duck&quot; /&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;variable name=&quot;user-context&quot; value=&quot;default&quot; /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;variable name=&quot;effective_caller_id_name&quot; value=&quot;duck&quot; /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;variable name=&quot;effective_caller_id_number&quot; value=&quot;duck&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;&nbsp; &lt;/domain&gt;<br>&nbsp;&nbsp; &lt;/section&gt;<br>&lt;/document&gt;<br><br>And here is an example log I get from FS:<br><br>2008-11-24 14:08:48 [NOTICE] switch_channel.c:553 switch_channel_set_name() New Channel sofia/internal/<a href="mailto:duck@192.168.0.197">duck@192.168.0.197</a> [36959c5c-a2b0-f045-aac0-051b80911fb1]<br>
2008-11-24 14:08:48 [INFO] mod_dialplan_xml.c:233 dialplan_hunt() Processing testuser-&gt;duck2 in context public<br>2008-11-24 14:08:48 [NOTICE] switch_core_state_machine.c:160 switch_core_standard_on_execute() Hangup sofia/internal/<a href="mailto:duck2@192.168.0.197">duck2@192.168.0.197</a> [CS_EXECUTE] [NORMAL_CLEARING]<br>
nta: sent 480 Temporarily Unavailable for INVITE (13404)<br>nua(03C30980): removing session usage<br>nua(03C30980): call state changed: received -&gt; terminated<br>2008-11-24 14:08:48 [NOTICE] switch_core_session.c:878 switch_core_session_thread() Session 6 (sofia/internal/<a href="mailto:duck@192.168.0.197">duck@192.168.0.197</a>) Ended<br>
2008-11-24 14:08:48 [NOTICE] switch_core_session.c:880 switch_core_session_thread() Close Channel sofia/internal/<a href="mailto:duck@192.168.0.197">duck@192.168.0.197</a> [CS_HANGUP]<br>