<div dir="ltr"><div>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?<br><br><document type="freeswitch/xml"><br> <section name="dialplan" description="Dial Plan for FreeSWITCH"><br> <context name="default"><br> <extension name="call to 100"><br> <condition field="uuid" expression="293df60c-d51f-4dc1-93d3-101584774665"><br> <action application="set" data="effective_caller_id_number=101"></action><br> <action application="set" data="effective_caller_id_name=Test 101"></action><br> <action application="set" data="sip_cid_type=pid"></action><br> <action application="privacy" data="no"></action><br> <action application="set" data="ignore_early_media=false"></action><br> <action application="set" data="continue_on_fail=true"></action><br> <action application="set" data="bypass_media=false"></action><br> <action application="bridge" data="[bridge_answer_timeout=10]sofia/${external_sip_profile}/<a href="mailto:100@switch.com">100@switch.com</a>"></action><br> <action application="bridge" data="[bridge_answer_timeout=10]sofia/${external_sip_profile}/<a href="mailto:102@switch.com">102@switch.com</a>"></action><br></div> <!-- send the call to voicemail --><br><div> <action application="bridge"
data="sofia/${external_sip_profile}/<a href="mailto:100@voicemail-switch.com">100@voicemail-switch.com</a>"></action><br> </condition><br> </extension><br> </context><br> </section><br></document><br><br></div><div>Thanks ...<br></div></div>