<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<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>
</body>
</html>