[Freeswitch-users] Sending "alert-info:...." to devices from Conference

Jon Young jonyoung111 at gmail.com
Wed Oct 6 11:16:21 PDT 2010


I have tried using the suggested without luck.

<action application="export" data="alert_info=${domain};info=alert-internal"/>

However, I entered it in the page/intercom dialplan app that I
previously mentioned.  Below is an section of it:

- <extension name="paging02">
- <condition field="destination_number" expression="^2999$">
  <action application="set"
data="conference_auto_outcall_caller_id_name=Page2" />
  <action application="set"
data="conference_auto_outcall_caller_id_number=2999" />
  <action application="set" data="conference_auto_outcall_timeout=60" />
  <action application="set" data="conference_auto_outcall_flags=mute" />
  <action application="set"
data="conference_auto_outcall_prefix={sip_auto_answer=true,execute_on_answer='bind_meta_app
2 a s1 transfer::intercept:${uuid} inline'}" />
  <action application="export"
data="alert_info=${domain};info=alert-autoanswer"/>
  <action application="set" data="sip_exclude_contact=${network_addr}" />
  <action application="conference_set_auto_outcall"
data="${group_call(pagezone02)}" />
  <action application="conference"
data="paging2 at default+flags{endconf|deaf}" />
  </condition>
  </extension>

This results in no change, but is this the correct place or format?
The existing app uses "conference_auto_outcall_prefix=..." that works
fine for the Aastra phones, but the "Alert-info..." that my LG phones
need is not included and I think I need to submit something different
into the "conference_auto_outcall" API or does it need to go somewhere
else.

Thanks,

Jon

On Thu, Sep 30, 2010 at 8:23 AM, Tim St. Pierre
<fs-list at communicatefreely.net> wrote:
> So far, 9133i, 9143i, 6731i, 9753i, 9157i, 9139i
>
> I'm assuming all of them since they use the same firmware.
>
> You may need to put this little snippet in your aastra config file though.
>
>
> sip allow auto-answer: 1
> sip intercom allow barge in: 0
>
> priority alerting enabled: 1
> alert group: 4
> alert external: 0
> alert internal: 1
> alert emergency: 2
> alert priority: 3
>
>
> Frank Carmickle wrote:
>> What phones?
>>
>> --FC
>>
>> On Sep 29, 2010, at 3:22 PM, Jon Young wrote:
>>
>>> Hi,
>>>
>>> I'm using a derivative of the "mad_boss_intercom" to set up paging.  I
>>> have some devices that need an "alert-info:<...url...>;
>>> info=alert-autoanswer" in order to auto answer.  Can I set or export
>>> that from within the paging/intercom XML or can it be included in the
>>> "conference_auto_outcall_prefix".  Here is what one of the zones looks
>>> like:
>>>
>>> <extension name="paging01">
>>>  <condition field="destination_number" expression="^1999$">
>>>    <action application="set"
>>> data="conference_auto_outcall_caller_id_name=Page1"/>
>>>    <action application="set"
>>> data="conference_auto_outcall_caller_id_number=1999"/>
>>>    <action application="set" data="conference_auto_outcall_timeout=60"/>
>>>    <action application="set" data="conference_auto_outcall_flags=mute"/>
>>>    <action application="set"
>>> data="conference_auto_outcall_prefix={sip_auto_answer=true,execute_on_answer='bind_meta_app
>>> 2 a s1 transfer::intercept:${uuid} inline'}"/>
>>>    <action application="set" data="sip_exclude_contact=${network_addr}"/>
>>>    <action application="conference_set_auto_outcall"
>>> data="${group_call(pagezone01)}"/>
>>>    <action application="conference"
>>> data="paging1 at default+flags{endconf|deaf}"/>
>>>  </condition>
>>> </extension>
>>>
>>> This currently works fine with Aastra phones, but not my other phones
>>> which need the "alert-info..."
>>>
>>> Thanks,
>>>
>>> Jon
>>>
>>> _______________________________________________
>>> 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
>>
>>
>> _______________________________________________
>> 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
>
>
> _______________________________________________
> 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
>



More information about the FreeSWITCH-users mailing list