[Freeswitch-users] Voicemail overriding leg_delay_start ?

Bob Smith gb10hkzo-freeswitch at yahoo.co.uk
Mon Jan 16 01:24:02 MSK 2012


Hi,

I am trying to implement a follow-me using the XML syntax below.  However  instead of the second number ringing after 12 seconds, the voicemail picks up instead ?


(For those of your reading this thread and remembering my earlier bridging problems, I've fixed those, so that's not the issue here ;-)


<?xml version="1.0" encoding="UTF-8" standalone="no"?>
   <document type="freeswitch/xml">
      <section name="dialplan" description="CURL Dialplan Result">
         <context name="public">
            <extension name="curl_dialplan">
<condition field="destination_number" expression="^(876543210)$">
<action application="bind_meta_app" data="1 b s execute_extension::dx XML features"/>
<action application="bind_meta_app" data="3 b s execute_extension::att_xfer XML features"/>
<action application="set" data="domain_name=mydomain"/>
<action application="set" data="hangup_after_bridge=true"/>
<action application="set" data="call_timeout=25"/>
<action application="bridge" data="{ignore_early_media=true} group/mygroup at mydomain,[leg_delay_start=12]sofia/gateway/mygate/1234"/>
<action application="answer"/>
<action application="sleep" data="1000"/>
<action application="voicemail" data="default mydomain 1000"
            </condition>
         </extension>
      </context>
   </section>
</document>




Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list