[Freeswitch-users] Sending "alert-info:...." to devices from Conference
Tim St. Pierre
fs-list at communicatefreely.net
Wed Sep 29 18:31:52 PDT 2010
Try this:
<action application="export" data="alert_info=${domain};info=alert-internal"/>
It works with Aastra phones.
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
More information about the FreeSWITCH-users
mailing list