[Freeswitch-users] Is there a way to enable paging?
Bill Locke
blocke at ayalogic.com
Tue Jul 10 10:18:03 PDT 2007
We have this <action application="set" data="sip_h_Call-Info:
answer-after=0"/> added and working. The problem we are having now is
getting all the phones to ring at 1 time. We are not sure how to do
this portion now. If you dial 350 the first extension rings but no others.
<!-- Dial 350 to page all SIP phones from x200-220 -->
<extension name="PBX Extension">
<condition field="destination_number" expression="^350$">
<!-- This will dial a registered phone at the ip or domain name
you set in the globals section -->
<!-- (The % indicates it is an internal extension) -->
<action application="set" data="continue_on_fail=true"/>
<action application="set" data="sip_h_Call-Info=answer-after=0"/>
<action application="bridge" data="sofia/$${domain}/200%$${domain}"/>
<action application="bridge" data="sofia/$${domain}/201%$${domain}"/>
<action application="bridge" data="sofia/$${domain}/202%$${domain}"/>
<action application="bridge" data="sofia/$${domain}/203%$${domain}"/>
<action application="bridge" data="sofia/$${domain}/204%$${domain}"/>
<action application="bridge" data="sofia/$${domain}/205%$${domain}"/>
<action application="bridge" data="sofia/$${domain}/206%$${domain}"/>
<action application="bridge" data="sofia/$${domain}/207%$${domain}"/>
<action application="bridge" data="sofia/$${domain}/208%$${domain}"/>
<action application="bridge" data="sofia/$${domain}/209%$${domain}"/>
<action application="bridge" data="sofia/$${domain}/210%$${domain}"/>
<action application="bridge" data="sofia/$${domain}/211%$${domain}"/>
<action application="bridge" data="sofia/$${domain}/212%$${domain}"/>
<action application="bridge" data="sofia/$${domain}/213%$${domain}"/>
<action application="bridge" data="sofia/$${domain}/214%$${domain}"/>
<action application="bridge" data="sofia/$${domain}/215%$${domain}"/>
<action application="bridge" data="sofia/$${domain}/216%$${domain}"/>
<action application="bridge" data="sofia/$${domain}/217%$${domain}"/>
<action application="bridge" data="sofia/$${domain}/218%$${domain}"/>
<action application="bridge" data="sofia/$${domain}/219%$${domain}"/>
<action application="bridge" data="sofia/$${domain}/220%$${domain}"/>
</condition>
</extension>
Brian West wrote:
> Try this:
>
> <action application="set" data="sip_h_Call-Info: answer-after=0"/>
>
> Before your bridge command.
>
> /b
>
>
> On Jul 9, 2007, at 12:06 PM, Bill Locke wrote:
>
>> Call-Info: answer-after=0
>
>
>
--
Bill Locke
AYALOGIC
Systems administrator
Personal Q 330-247-2182
Support Q 330-247-2188
More information about the FreeSWITCH-users
mailing list