Have you done a SIP trace to see where the lag is?<div>-MC<br><br><div class="gmail_quote">2011/5/7 Josh M. Patten <span dir="ltr">&lt;<a href="mailto:jpatten@co.brazos.tx.us">jpatten@co.brazos.tx.us</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">





<div>
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt">I seem to be having a big problem when using the &quot;Mad-Boss&quot; Paging setup described in:
<a href="http://wiki.freeswitch.org/wiki/Conferencing_and_Intercom" target="_blank">
http://wiki.freeswitch.org/wiki/Conferencing_and_Intercom</a><br>
<br>
To connect 5 phones to the conference bridge takes anywhere from 3 - 4 seconds which is entirely too long to be useful. Here is the dialplan entry:<br>
<br>
&lt;extension name=&quot;Test Paging Group&quot;&gt;<br>
      &lt;condition field=&quot;destination_number&quot; expression=&quot;^(3400)$&quot; break=&quot;never&quot;&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;api_hangup_hook=conference 3400 kick all&quot;/&gt;<br>
        &lt;action application=&quot;answer&quot;/&gt;<br>
        &lt;action application=&quot;export&quot; data=&quot;sip_invite_params=intercom=true&quot;/&gt;<br>
        &lt;action application=&quot;export&quot; data=&quot;sip_auto_answer=true&quot;/&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;conference_auto_outcall_caller_id_name=$${effective_caller_id_name}&quot;/&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;conference_auto_outcall_caller_id_number=$${effective_caller_id_number}&quot;/&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;conference_auto_outcall_timeout=60&quot;/&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;conference_auto_outcall_flags=none&quot;/&gt;<br>
        &lt;action application=&quot;conference_set_auto_outcall&quot; data=&quot;{alert_info=sipXpage}sofia/custom_dialplan/7001@sipxpbx.bc.local;sipx-noroute=VoiceMail;sipx-userforward=false,{alert_info=sipXpage}sofia/custom_dialplan/7002@sipxpbx.bc.local;sipx-noroute=VoiceMail;sipx-userforward=false,{alert_info=sipXpage}sofia/custom_dialplan/7004@sipxpbx.bc.local;sipx-noroute=VoiceMail;sipx-userforward=false,{alert_info=sipXpage}sofia/custom_dialplan/7005@sipxpbx.bc.local;sipx-noroute=VoiceMail;sipx-userforward=false,{alert_info=sipXpage}sofia/custom_dialplan/7006@sipxpbx.bc.local;sipx-noroute=VoiceMail;sipx-userforward=false&quot;/&gt;<br>

      &lt;/condition&gt;<br>
      &lt;condition field=&quot;destination_number&quot; expression=&quot;^(3400)$&quot;&gt;<br>
        &lt;action application=&quot;conference&quot; data=&quot;3400@default&quot;/&gt;<br>
        &lt;action application=&quot;conference&quot; data=&quot;3400 kick all&quot;/&gt;<br>
      &lt;/condition&gt;<br>
    &lt;/extension&gt;<br>
<br>
Here are my questions:<br>
<br>
Is it possible to speed up XML dialplan execution to overcome this issue? I promise I have enough CPU, RAM, and bandwidth to handle the flurry of SIP messages.<br>
<br>
If it is not possible to speed up the XML dialplan execution is there a way to &quot;thread&quot; the dialplan execution so that all of these conference_set_auto_outcall applications can be run simultaneously?<br>
<br>
If not, would attempting to use a database based dialplan be worth my time?<br>
<br>
Because of the complexity of the networks I&#39;m dealing with I&#39;d rather not try to fight with multicast.<br>
<br>
Thanks!!<br>
</div>
</div>

<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>
<br></blockquote></div><br></div>