[Freeswitch-users] bridge_answer_timeout
Gabriel Kuri
gkuri at ieee.org
Sat Apr 4 04:46:57 MSD 2015
I can't seem to get bridge_answer_timeout to work. I have
bridge_answer_timeout=10 and ignore_early_media=false set in the dialplan,
but it just seems to get ignored and it rings the first extension (100)
indefinitely like bridge_answer_timeout isn't getting set. It should ring
extension 100 for 10 seconds, then ring extension 102 for 10 seconds, then
send the call to voicemail. Here's the dialplan, any ideas?
<document type="freeswitch/xml">
<section name="dialplan" description="Dial Plan for FreeSWITCH">
<context name="default">
<extension name="call to 100">
<condition field="uuid"
expression="293df60c-d51f-4dc1-93d3-101584774665">
<action application="set"
data="effective_caller_id_number=101"></action>
<action application="set" data="effective_caller_id_name=Test
101"></action>
<action application="set" data="sip_cid_type=pid"></action>
<action application="privacy" data="no"></action>
<action application="set"
data="ignore_early_media=false"></action>
<action application="set" data="continue_on_fail=true"></action>
<action application="set" data="bypass_media=false"></action>
<action application="bridge"
data="[bridge_answer_timeout=10]sofia/${external_sip_profile}/100 at switch.com
"></action>
<action application="bridge"
data="[bridge_answer_timeout=10]sofia/${external_sip_profile}/102 at switch.com
"></action>
<!-- send the call to voicemail -->
<action application="bridge" data="sofia/${external_sip_profile}/
100 at voicemail-switch.com"></action>
</condition>
</extension>
</context>
</section>
</document>
Thanks ...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150403/c827284c/attachment.html
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users
mailing list