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

Jon Young jonyoung111 at gmail.com
Wed Sep 29 12:22:02 PDT 2010


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



More information about the FreeSWITCH-users mailing list