Yes, I saw that after send that email.<div><br></div><div>This is the corrected one</div><div><br></div><div><div>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;</div><div>&lt;document type=&quot;freeswitch/xml&quot;&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;section name=&quot;directory&quot;&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;domain name=&quot;200.49.25.11&quot;&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;params&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;param name=&quot;dial-string&quot; value=&quot;{presence_id=${dialed_user}@${dialed_domain},transfer _fallback_extension=${dialed_user}}${sofia_contact(${dialed_user}@${dialed_domain})}&quot;/&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;/params&gt;<span class="Apple-tab-span" style="white-space:pre">        </span></div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;groups&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>    <span class="Apple-tab-span" style="white-space:pre">        </span>&lt;group name=&quot;default&quot;&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>&lt;users&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                                                </span>&lt;user id=&quot;5000&quot;&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                                        </span>&lt;params&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                                                </span>&lt;param name=&quot;password&quot; value=&quot;5000&quot;/&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                                                                </span>&lt;param name=&quot;vm-password&quot; value=&quot;5000&quot;/&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                                        </span>&lt;/params&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                                                        </span>&lt;variables&gt;</div><div>      <span class="Apple-tab-span" style="white-space:pre">                                                        </span>&lt;variable name=&quot;sip-force-contact&quot; value=&quot;NDLB-connectile-dysfunction&quot;/&gt;</div>
<div>    <span class="Apple-tab-span" style="white-space:pre">                                                        </span>&lt;variable name=&quot;user_context&quot; value=&quot;default&quot;/&gt;</div><div>    <span class="Apple-tab-span" style="white-space:pre">                                                </span>&lt;/variables&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                                                </span>&lt;/user&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>&lt;/users&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;/group&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;/groups&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;/domain&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;/section&gt;</div>
<div>&lt;/document&gt;</div><div><br></div><div>And the dial plan:</div><div><br></div><div><div>&lt;document type=&quot;freeswitch/xml&quot;&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;section name=&quot;dialplan&quot; description=&quot;default&quot;&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;context name=&quot;default&quot;&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;extension name=&quot;llamando&quot;&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;condition field=&quot;destination_number&quot; expresion=&quot;^5000$&quot;&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>&lt;action application=&quot;bridge&quot; data=&quot;user/5000&quot;/&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;/condition&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;/extension&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;/context&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;/section&gt;</div><div>&lt;/document&gt;</div></div></div><div><br></div><div>I tried with:</div><div><br></div><div>&lt;action application=&quot;bridge&quot; data=&quot;user/5000&quot;/&gt;<br>
</div><div>&lt;action application=&quot;bridge&quot; data=&quot;user/<a href="mailto:5000@200.49.25.11">5000@200.49.25.11</a>&quot;/&gt;<br></div><div>&lt;action application=&quot;bridge&quot; data=&quot;user/5000%200.49.25.11&quot;/&gt;<br>
</div><div><br></div><div>The console is the same:</div><div><br></div><div><div>2009-04-22 18:00:28 [INFO] mod_dialplan_xml.c:233 dialplan_hunt() Processing 1000-&gt;5000 in context default</div><div>2009-04-22 18:00:28 [ERR] switch_xml.c:1532 switch_xml_locate() Error[[error near line 1]: root tag missing]</div>
<div>2009-04-22 18:00:28 [WARNING] mod_dptools.c:2171 user_outgoing_channel() Can&#39;t find user [<a href="mailto:5000@200.49.25.11">5000@200.49.25.11</a>]</div><div>2009-04-22 18:00:28 [ERR] switch_ivr_originate.c:1116 switch_ivr_originate() Cannot create outgoing channel of type [user] cause: [SUBSCRIBER_ABSENT]</div>
<div>2009-04-22 18:00:28 [INFO] mod_dptools.c:1909 audio_bridge_function() Originate Failed.  Cause: SUBSCRIBER_ABSENT</div><div>2009-04-22 18:00:28 [NOTICE] mod_dptools.c:1936 audio_bridge_function() Hangup sofia/internal/<a href="mailto:1000@200.49.25.11">1000@200.49.25.11</a> [CS_EXECUTE] [SUBSCRIBER_ABSENT]</div>
<div>2009-04-22 18:00:28 [NOTICE] switch_core_session.c:957 switch_core_session_thread() Session 17 (sofia/internal/<a href="mailto:1000@200.49.25.11">1000@200.49.25.11</a>) Ended</div><div>2009-04-22 18:00:28 [NOTICE] switch_core_session.c:959 switch_core_session_thread() Close Channel sofia/internal/<a href="mailto:1000@200.49.25.11">1000@200.49.25.11</a> [CS_HANGUP]</div>
<div>2009-04-22 18:00:52 [NOTICE] switch_channel.c:565 switch_channel_set_name() New Channel sofia/internal/<a href="mailto:1000@200.49.25.11">1000@200.49.25.11</a> [a9e8b0d2-2f80-11de-90e9-8b6680def56e]</div><div><br></div>
<div>also i was trying with the dialplan hardcode in /usr/local/freeswitch/conf/dialplan/default.xml.</div><div><br></div></div><div>Thanks in advance.</div><div><br></div><div><div class="gmail_quote">On Wed, Apr 22, 2009 at 3:03 PM, Michael Jerris <span dir="ltr">&lt;<a href="mailto:mike@jerris.com">mike@jerris.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">$${domain} (or any other preprocessor vars) will not be expanded on an<br>
xml_curl return.<br>
<br>
Mike<br>
<div><div></div><div class="h5"><br>
On Apr 22, 2009, at 12:31 PM, JuanMa wrote:<br>
<br>
&gt; Peter Thanks for your reply:<br>
&gt;<br>
&gt; I did what you said but FS still with the same problem, cant found the<br>
&gt; user.<br>
&gt;<br>
&gt; This is my reply to registration request<br>
&gt;<br>
&gt; &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;<br>
&gt; &lt;document type=&quot;freeswitch/xml&quot;&gt;<br>
&gt;       &lt;section name=&quot;directory&quot;&gt;<br>
&gt;               &lt;domain name=&quot;$${domain}&quot;&gt;<br>
&gt;               &lt;params&gt;<br>
&gt;               &lt;param name=&quot;dial-string&quot; value=&quot;{presence_id=${dialed_user}@$<br>
&gt; {dialed_domain},transfer_fallback_extension=${dialed_user}}$<br>
&gt; {sofia_contact(${dialed_user}@${dialed_domain})}&quot;/&gt;<br>
&gt;               &lt;/params&gt;<br>
&gt;                       &lt;groups&gt;<br>
&gt;                       &lt;group name=&quot;default&quot;&gt;<br>
&gt;                                       &lt;users&gt;<br>
&gt;                                               &lt;user id=&quot;5000&quot;&gt;<br>
&gt;                                                       &lt;params&gt;<br>
&gt;                                                               &lt;param name=&quot;password&quot; value=&quot;5000&quot;/&gt;<br>
&gt;                                                               &lt;param name=&quot;vm-password&quot; value=&quot;5000&quot;/&gt;<br>
&gt;                                                       &lt;/params&gt;<br>
&gt;                                                       &lt;variables&gt;<br>
&gt;                                                               &lt;variable name=&quot;sip-force-contact&quot; value=&quot;NDLB-<br>
&gt; connectile-dysfunction&quot;/&gt;<br>
&gt;                                                       &lt;variable name=&quot;user_context&quot; value=&quot;default&quot;/&gt;<br>
&gt;                                               &lt;/variables&gt;<br>
&gt;                                               &lt;/user&gt;<br>
&gt;                                       &lt;/users&gt;<br>
&gt;                               &lt;/group&gt;<br>
&gt;                       &lt;/groups&gt;<br>
&gt;               &lt;/domain&gt;<br>
&gt;       &lt;/section&gt;<br>
&gt; &lt;/document&gt;<br>
&gt;<br>
&gt; I have made some changes but the result is the same, the registration<br>
&gt; is ok.<br>
&gt;<br>
&gt; My dial plan reply, call from user 1000 to user 5000 registered<br>
&gt; through xml_curl<br>
&gt;<br>
&gt; &lt;document type=&quot;freeswitch/xml&quot;&gt;<br>
&gt;       &lt;section name=&quot;dialplan&quot; description=&quot;default&quot;&gt;<br>
&gt;               &lt;context name=&quot;default&quot;&gt;<br>
&gt;                       &lt;extension name=&quot;llamando&quot;&gt;<br>
&gt;                               &lt;condition field=&quot;destination_number&quot; expresion=&quot;^5000$&quot;&gt;<br>
&gt;                                       &lt;action application=&quot;bridge&quot; data=&quot;user/5000&quot;/&gt;<br>
&gt;                               &lt;/condition&gt;<br>
&gt;                       &lt;/extension&gt;<br>
&gt;               &lt;/context&gt;<br>
&gt;       &lt;/section&gt;<br>
&gt; &lt;/document&gt;<br>
&gt;<br>
&gt; console returns:<br>
&gt;<br>
&gt; 2009-04-22 13:28:45 [NOTICE] switch_channel.c:565<br>
&gt; switch_channel_set_name() New Channel sofia/internal/<a href="mailto:1000@200.49.25.11">1000@200.49.25.11</a><br>
&gt; [a6bb1f88-2f5a-11de-b18a-8fd11ffefe88]<br>
&gt; 2009-04-22 13:28:45 [INFO] mod_dialplan_xml.c:233 dialplan_hunt()<br>
&gt; Processing 1000-&gt;5000 in context default<br>
&gt; 2009-04-22 13:28:45 [ERR] switch_xml.c:1532 switch_xml_locate()<br>
&gt; Error[[error near line 1]: root tag missing]<br>
&gt; 2009-04-22 13:28:45 [WARNING] mod_dptools.c:2171<br>
&gt; user_outgoing_channel() Can&#39;t find user [<a href="mailto:5000@200.49.25.11">5000@200.49.25.11</a>]<br>
&gt; 2009-04-22 13:28:45 [ERR] switch_ivr_originate.c:1116<br>
&gt; switch_ivr_originate() Cannot create outgoing channel of type [user]<br>
&gt; cause: [SUBSCRIBER_ABSENT]<br>
&gt; 2009-04-22 13:28:45 [INFO] mod_dptools.c:1909 audio_bridge_function()<br>
&gt; Originate Failed.  Cause: SUBSCRIBER_ABSENT<br>
&gt; 2009-04-22 13:28:45 [NOTICE] mod_dptools.c:1936<br>
&gt; audio_bridge_function() Hangup sofia/internal/<a href="mailto:1000@200.49.25.11">1000@200.49.25.11</a><br>
&gt; [CS_EXECUTE] [SUBSCRIBER_ABSENT]<br>
&gt; 2009-04-22 13:28:45 [NOTICE] switch_core_session.c:957<br>
&gt; switch_core_session_thread() Session 10 (sofia/internal/<a href="mailto:1000@200.49.25.11">1000@200.49.25.11</a><br>
&gt; ) Ended<br>
&gt; 2009-04-22 13:28:45 [NOTICE] switch_core_session.c:959<br>
&gt; switch_core_session_thread() Close Channel sofia/internal/<a href="mailto:1000@200.49.25.11">1000@200.49.25.11</a><br>
&gt;  [CS_HANGUP]<br>
&gt;<br>
&gt; Any idea what is i am doing wrong?<br>
&gt;<br>
&gt; Thanks<br>
&gt; Juan Manuel<br>
&gt;<br>
&gt; On Apr 20, 2009, at 8:14 PM, Peter P GMX wrote:<br>
&gt;<br>
&gt;&gt; I had the same problem some time ago.<br>
&gt;&gt;<br>
&gt;&gt; Setting the<br>
&gt;&gt; &lt;param name=&quot;dial-string&quot;<br>
&gt;&gt; value=&quot;{presence_id=${dialed_user}@$<br>
&gt;&gt; {dialed_domain},transfer_fallback_extension=${dialed_user}}$<br>
&gt;&gt; {sofia_contact(${dialed_user}@${dialed_domain})}&quot;/&gt;<br>
&gt;&gt;<br>
&gt;&gt; in the xml-curl answer solved my problem.<br>
&gt;&gt; In the config files this is set in<br>
&gt;&gt;   /usr/local/freeswitch/conf/directory/default.xml<br>
&gt;&gt; and you also need it in your xml-curl.<br>
&gt;&gt;<br>
&gt;&gt; Best regards<br>
&gt;&gt; Peter<br>
&gt;&gt;<br>
&gt;&gt; JuanMa schrieb:<br>
&gt;&gt;&gt; Brian thx for you help.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 404 was my mistake it is &quot;user not found&quot;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 2009-04-20 12:16:24 [WARNING] mod_dptools.c:2171<br>
&gt;&gt;&gt; user_outgoing_channel() Can&#39;t find user [<a href="mailto:4000@200.49.25.11">4000@200.49.25.11</a><br>
&gt;&gt;&gt; &lt;mailto:<a href="mailto:4000@200.49.25.11">4000@200.49.25.11</a>&gt;]<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; To explain better my problem:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; i have two users, one 1000 and another 4000,the user 1000<br>
&gt;&gt;&gt; is physically in the user directory of Freeswitch(FS) and the user<br>
&gt;&gt;&gt; 4000 is dynamically registered througth xml_curl.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; The request of FS when user 4000 wants to register is:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; sip_to_user:4000<br>
&gt;&gt;&gt; tag_name:domain<br>
&gt;&gt;&gt; key_value:200.49.25.11<br>
&gt;&gt;&gt; sip_contact_user:4000<br>
&gt;&gt;&gt; section:directory<br>
&gt;&gt;&gt; sip_auth_method:REGISTER<br>
&gt;&gt;&gt; sip_auth_realm:200.49.25.11<br>
&gt;&gt;&gt; sip_auth_username:4000<br>
&gt;&gt;&gt; sip_user_agent:eyeBeam release 1004p stamp 31962<br>
&gt;&gt;&gt; sip_auth_cnonce:f63211853d983216<br>
&gt;&gt;&gt; sip_request_host:200.49.25.11<br>
&gt;&gt;&gt; hostname:FreeSwitch_curl_XML<br>
&gt;&gt;&gt; ip:200.123.150.217<br>
&gt;&gt;&gt; user:4000<br>
&gt;&gt;&gt; action:sip_auth<br>
&gt;&gt;&gt; sip_profile:internal<br>
&gt;&gt;&gt; key_name:name<br>
&gt;&gt;&gt; sip_auth_qop:auth<br>
&gt;&gt;&gt; sip_from_user:4000<br>
&gt;&gt;&gt; sip_to_host:200.49.25.11<br>
&gt;&gt;&gt; key:id<br>
&gt;&gt;&gt; sip_auth_nonce:8fad7fae-2db9-11de-83c7-b10c5224858b<br>
&gt;&gt;&gt; domain:200.49.25.11<br>
&gt;&gt;&gt; sip_auth_nc:00000006<br>
&gt;&gt;&gt; sip_from_host:200.49.25.11<br>
&gt;&gt;&gt; sip_auth_response:4db7a5476e949c8d133f55279d837b2f<br>
&gt;&gt;&gt; sip_auth_uri:sip:200.49.25.11<br>
&gt;&gt;&gt; sip_contact_host:200.123.150.217<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; and the reply is:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;<br>
&gt;&gt;&gt; &lt;document type=&quot;freeswitch/xml&quot;&gt;<br>
&gt;&gt;&gt; &lt;section name=&quot;directory&quot;&gt;<br>
&gt;&gt;&gt; &lt;domain name=&quot;200.49.25.11&quot;&gt;<br>
&gt;&gt;&gt; &lt;user id=&quot;4000&quot;&gt;<br>
&gt;&gt;&gt; &lt;params&gt;<br>
&gt;&gt;&gt; &lt;param name&quot;password&quot; value=&quot;4000&quot;/&gt;<br>
&gt;&gt;&gt; &lt;param name=&quot;vm-password&quot; value=&quot;4000&quot;/&gt;<br>
&gt;&gt;&gt; &lt;/params&gt;<br>
&gt;&gt;&gt; &lt;variables&gt;<br>
&gt;&gt;&gt;      &lt;variable name=&quot;user_context&quot; value=&quot;cualquiera&quot;/&gt;<br>
&gt;&gt;&gt;    &lt;variable name=&quot;sip-force-contact&quot;<br>
&gt;&gt;&gt; value=&quot;NDLB-connectile-dysfunction&quot;/&gt;<br>
&gt;&gt;&gt;    &lt;variable name=&quot;user_context&quot; value=&quot;default&quot;/&gt;<br>
&gt;&gt;&gt;    &lt;/variables&gt;<br>
&gt;&gt;&gt; &lt;/user&gt;<br>
&gt;&gt;&gt; &lt;/domain&gt;<br>
&gt;&gt;&gt; &lt;/section&gt;<br>
&gt;&gt;&gt; &lt;/document&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; and the user 4000 register without problems.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I made two calls.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; From user 4000 to 1000<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>
&gt;&gt;&gt; &lt;document type=&quot;freeswitch/xml&quot;&gt;<br>
&gt;&gt;&gt; &lt;section name=&quot;dialplan&quot; description=&quot;asdasd&quot;&gt;<br>
&gt;&gt;&gt; &lt;context name=&quot;default&quot;&gt;<br>
&gt;&gt;&gt; &lt;extension name=&quot;llamando&quot;&gt;<br>
&gt;&gt;&gt; &lt;condition field=&quot;destination_number&quot; expresion=&quot;^1000$&quot;&gt;<br>
&gt;&gt;&gt; &lt;action application=&quot;bridge&quot; data=&quot;user/1000&quot; /&gt;<br>
&gt;&gt;&gt; &lt;/condition&gt;<br>
&gt;&gt;&gt; &lt;/extension&gt;<br>
&gt;&gt;&gt; &lt;/context&gt;<br>
&gt;&gt;&gt; &lt;/section&gt;<br>
&gt;&gt;&gt; &lt;/document&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; The call is ok the two user can talk without problems.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Another from user 1000 to 4000<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>
&gt;&gt;&gt; &lt;document type=&quot;freeswitch/xml&quot;&gt;<br>
&gt;&gt;&gt; &lt;section name=&quot;dialplan&quot; description=&quot;asdasd&quot;&gt;<br>
&gt;&gt;&gt; &lt;context name=&quot;default&quot;&gt;<br>
&gt;&gt;&gt; &lt;extension name=&quot;llamando&quot;&gt;<br>
&gt;&gt;&gt; &lt;condition field=&quot;destination_number&quot; expresion=&quot;^4000$&quot;&gt;<br>
&gt;&gt;&gt; &lt;action application=&quot;bridge&quot; data=&quot;user/4000&quot; /&gt;<br>
&gt;&gt;&gt; &lt;/condition&gt;<br>
&gt;&gt;&gt; &lt;/extension&gt;<br>
&gt;&gt;&gt; &lt;/context&gt;<br>
&gt;&gt;&gt; &lt;/section&gt;<br>
&gt;&gt;&gt; &lt;/document&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; And get this error:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 2009-04-20 12:16:24 [WARNING] mod_dptools.c:2171<br>
&gt;&gt;&gt; user_outgoing_channel() Can&#39;t find user [<a href="mailto:4000@200.49.25.11">4000@200.49.25.11</a><br>
&gt;&gt;&gt; &lt;mailto:<a href="mailto:4000@200.49.25.11">4000@200.49.25.11</a>&gt;].<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; To resolve this problem users be must defined on boot time. But i<br>
&gt;&gt;&gt; want<br>
&gt;&gt;&gt; to do it dynamically, how was explain before.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thanks<br>
&gt;&gt;&gt; Juan Manuel<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Apr 17, 2009, at 12:07 PM, JuanMa wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; I am using xml_curl, and what I&#39;m trying to do is dynamically<br>
&gt;&gt;&gt;&gt;&gt; register<br>
&gt;&gt;&gt;&gt;&gt; the users to the platform, instead of bulking all the users on<br>
&gt;&gt;&gt;&gt;&gt; the FS<br>
&gt;&gt;&gt;&gt;&gt; boot time. So far I have successfully register the users and also<br>
&gt;&gt;&gt;&gt;&gt; make<br>
&gt;&gt;&gt;&gt;&gt; calls through gateways or to static users (those users that are<br>
&gt;&gt;&gt;&gt;&gt; in the<br>
&gt;&gt;&gt;&gt;&gt; physical files), however every time that I want to reach a User<br>
&gt;&gt;&gt;&gt;&gt; who<br>
&gt;&gt;&gt;&gt;&gt; has been registered and configured through this method, It seams<br>
&gt;&gt;&gt;&gt;&gt; that<br>
&gt;&gt;&gt;&gt;&gt; the FS could not find it (404). For what I have read in the<br>
&gt;&gt;&gt;&gt;&gt; mailings<br>
&gt;&gt;&gt;&gt;&gt; list<br>
&gt;&gt;&gt;&gt;&gt; (<a href="http://lists.freeswitch.org/pipermail/freeswitch-users/2009-January/009863.html" target="_blank">http://lists.freeswitch.org/pipermail/freeswitch-users/2009-January/009863.html</a><br>
&gt;&gt;&gt;&gt;&gt; ) I&#39;ve seen that theoretically the users MUST be defined on boot<br>
&gt;&gt;&gt;&gt;&gt; time<br>
&gt;&gt;&gt;&gt;&gt; in order to be found, is this correct?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Looks like you&#39;re confusing dialplan with user directory.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Can you provide examples of what you&#39;re returning and what is<br>
&gt;&gt;&gt;&gt; resulting in a 404?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; For instance if I do have 10.000 users I will be forcing the FS to<br>
&gt;&gt;&gt;&gt;&gt; have all of them in its database when perhaps I only have 1000<br>
&gt;&gt;&gt;&gt;&gt; online<br>
&gt;&gt;&gt;&gt;&gt; in that specific moment/switch. Perhaps this is something<br>
&gt;&gt;&gt;&gt;&gt; meaningless<br>
&gt;&gt;&gt;&gt;&gt; for the server(in terms of cost or performance), but my first<br>
&gt;&gt;&gt;&gt;&gt; impression is that is far from optimal.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; So far it seams to be a really cool approach to make the systems<br>
&gt;&gt;&gt;&gt;&gt; scale, how ever It&#39;s been very difficult to me to find accurate<br>
&gt;&gt;&gt;&gt;&gt; information and in general I&#39;ve ended looking at the code, and<br>
&gt;&gt;&gt;&gt;&gt; make my<br>
&gt;&gt;&gt;&gt;&gt; own contribution to the docs.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; If anyone can give any tip or direction I would really appreciate.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Thanks in advance.<br>
&gt;&gt;&gt;&gt;&gt; Juan Manuel<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Brian West<br>
&gt;&gt;&gt;&gt; <a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a> &lt;mailto:<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ------------------------------------------------------------------------<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Freeswitch-users mailing list<br>
&gt;&gt;&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Freeswitch-users mailing list<br>
&gt;&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Freeswitch-users mailing list<br>
&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br></div>