<div dir="ltr">My take - you should be using both:<div><br></div><div>Example - </div><div><br></div><div>&lt;!-- this controls failure action on the dial-plan level --&gt;<br></div><div>&lt;action application=&quot;set&quot; data=&quot;continue_on_fail=ALLOTTED_TIMEOUT&quot;/&gt; <br></div><div><br></div><div>&lt;!--the fail_on_single_reject is key here - it is at the call leg level and fails such that a second call is not pushed through to the fail-over carrier--&gt;</div><div>&lt;action application=&quot;bridge&quot; data=&quot;{leg_timeout=10,fail_on_single_reject=ALLOTTED_TIMEOUT}user/1001|user2/1001&quot;/&gt; </div><div>&lt;action application=&quot;bridge&quot; data=&quot;{leg_timeout=30,fail_on_single_reject=ALLOTTED_TIMEOUT}user/1002|user2/1002&quot;/&gt;  </div><div><br></div><div><br></div><div>So in this scenario - you have &quot;continue_on_fail&quot; to ensure that 1002 WILL BE called if 1001 times out, and fail_on_single_reject to ensure that 1001 will not be called a second time through the failover carrier.</div><div><br></div>​Phil</div>