Hello,<br><br> 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><?xml version="1.0" encoding="UTF-8" standalone="no"?><br><document type="freeswitch/xml"><br> <section name="directory" description="User Directory"><br>
<domain name="<a href="http://192.168.0.197">192.168.0.197</a>"><br> <user id="duck" mailbox="duck"><br> <params><br> <param name="password" value="1234" /><br>
<param name="vm-password" value="1234" /><br> </params><br> <variables><br> <variable name="accountcode" value="duck" /><br>
<variable name="user-context" value="default" /><br> <variable name="effective_caller_id_name" value="duck" /><br> <variable name="effective_caller_id_number" value="duck" /><br>
</variables><br> </user><br> </domain><br> </section><br></document><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->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 -> 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>