<div dir="ltr">Hi,<br clear="all"><div><br>We are trying to call one extension.<br>If first call finish with NO_ANSFER after 10 sec ring timeout then we forward call to another extension using Action transfer.<br>If transfer also fail then call will be send to Voicemail but my issue is call is not pass to voicemail after transfer fail.<br>
<br>Is there any solution how to pass call on Voicemail once transfer fail.<br><br>MY dialplan is some thing like below.<br><font size="3">==================================================================================<br>
<?xml version="1.0" encoding="UTF-8" standalone="no"?><br><document type="freeswitch/xml"><br><section name="dialplan" description="demo dynamic"><br>
<context name="default"><br><extension name="1212456"><br><condition field="destination_number" expression="1212456"><br><action application="set" data="effective_destination_number=1212456"/><br>
<action application="set" data="hangup_after_bridge=true"/><br><action application="set" data="continue_on_fail=true"/><br><action application="set" data="call_timeout=10"/><br>
<action application="bridge" data="user/TESTHome@${domain_name}"/><br><action application="set" data="call_timeout=20"/><br><action application="transfer" data="12129873456 XML default"/><br>
<action application="answer"/><br><action application="voicemail" data="default $${domain_name} TESTHome"/><br></condition><br></extension><br></context><br></section><br>
</document><br>==============================================================================<br></font>-- <br>Thanks,<br>Bhavik Patel<br><br>
</div></div>