[Freeswitch-users] Is there a way to enable paging?
Bill Locke
blocke at ayalogic.com
Tue Jul 10 11:28:15 PDT 2007
This is how asterisk works. We are not sure how to do this with
freeswitch. do you have an example?
Bill
Brian West wrote:
> Well you can't do a multi part page like that unless you originate
> them all into a conference first.
>
> /b
>
> On Jul 10, 2007, at 1:08 PM, Bill Locke wrote:
>
>> We want just phones that are not in use to kick into speaker phone
>> and be muted at the same time.
>>
>> Bill
>>
>> Brian West wrote:
>>> Is your goal to have all phones offhook and listening to the
>>> announcement?
>>>
>>> /b
>>>
>>>
>>> On Jul 10, 2007, at 12:18 PM, Bill Locke wrote:
>>>
>>>> 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
>>>>
>>>>
>>>> _______________________________________________
>>>> Freeswitch-users mailing list
>>>> Freeswitch-users at lists.freeswitch.org
>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>
>>>> http://www.freeswitch.org
>>>
>>>
>>>
>>
>> --
>> Bill Locke
>> AYALOGIC
>> Systems administrator
>> Personal Q 330-247-2182
>> Support Q 330-247-2188
>>
>
>
>
--
Bill Locke
AYALOGIC
Systems administrator
Personal Q 330-247-2182
Support Q 330-247-2188
More information about the FreeSWITCH-users
mailing list