<div dir="ltr"><div>Hello!<br></div><div><br></div><div>I have several ISP in freeswitch/sip_profiles (isp0, isp1, isp2). Default routing define in freeswitch/dialplan/default and by default used isp0 for outbound calls.</div>
<div><br></div><div><include></div><div> <extension name="outbound"></div><div> <condition field="destination_number" expression="^(\d+)$"></div><div><span class="" style="white-space:pre">                </span><action application="set" data="effective_caller_id_number=aon"/><br>
</div><div><span class="" style="white-space:pre">                </span><action application="bridge" data="sofia/gateway/isp0/$1"/></div><div><span class="" style="white-space:pre">                </span><action application="ring_ready"/></div>
<div> </condition></div><div> </extension></div><div></include></div><div><br></div><div>How i can organize backup calls via isp1 or isp2 if isp0 is down?</div><div><br></div><div>This can be done through <a href="http://wiki.freeswitch.org/wiki/Variable_continue_on_fail">http://wiki.freeswitch.org/wiki/Variable_continue_on_fail</a> ?</div>
<div><br></div><div>Thanks for advice!</div><div><br></div><div>-- <br></div>Kind regards,<div><br></div><div>Roman</div>
</div>