<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>&lt;include&gt;</div><div>  &lt;extension name=&quot;outbound&quot;&gt;</div><div>    &lt;condition field=&quot;destination_number&quot; expression=&quot;^(\d+)$&quot;&gt;</div><div><span class="" style="white-space:pre">                </span>&lt;action application=&quot;set&quot; data=&quot;effective_caller_id_number=aon&quot;/&gt;<br>
</div><div><span class="" style="white-space:pre">                </span>&lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/isp0/$1&quot;/&gt;</div><div><span class="" style="white-space:pre">                </span>&lt;action application=&quot;ring_ready&quot;/&gt;</div>
<div>    &lt;/condition&gt;</div><div>  &lt;/extension&gt;</div><div>&lt;/include&gt;</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>