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"><<a href="mailto:jpatten@co.brazos.tx.us">jpatten@co.brazos.tx.us</a>></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 "Mad-Boss" 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>
<extension name="Test Paging Group"><br>
<condition field="destination_number" expression="^(3400)$" break="never"><br>
<action application="set" data="api_hangup_hook=conference 3400 kick all"/><br>
<action application="answer"/><br>
<action application="export" data="sip_invite_params=intercom=true"/><br>
<action application="export" data="sip_auto_answer=true"/><br>
<action application="set" data="conference_auto_outcall_caller_id_name=$${effective_caller_id_name}"/><br>
<action application="set" data="conference_auto_outcall_caller_id_number=$${effective_caller_id_number}"/><br>
<action application="set" data="conference_auto_outcall_timeout=60"/><br>
<action application="set" data="conference_auto_outcall_flags=none"/><br>
<action application="conference_set_auto_outcall" data="{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"/><br>
</condition><br>
<condition field="destination_number" expression="^(3400)$"><br>
<action application="conference" data="3400@default"/><br>
<action application="conference" data="3400 kick all"/><br>
</condition><br>
</extension><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 "thread" 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'm dealing with I'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>