My dialplan is:<div><br><div><div>        &lt;action application=&quot;set&quot; data=&quot;failure_causes=NO_ROUTE_DESTINATION,NORMAL_CIRCUIT_CONGESTION,SWITCH_CONGESTION,NORMAL_TEMPORARY_FAILURE&quot; /&gt;</div><div>        &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot; /&gt;</div>
<div>        &lt;action application=&quot;limit_execute&quot; data=&quot;hash outbound ${hash0} ${limit0} bridge ${dialstring0}&quot; /&gt;</div><div>        &lt;action application=&quot;limit_execute&quot; data=&quot;hash outbound ${hash1} ${limit1} bridge ${dialstring1}&quot; /&gt;</div>
<div>        &lt;action application=&quot;limit_execute&quot; data=&quot;hash outbound ${hash2} ${limit2} bridge ${dialstring2}&quot; /&gt;</div><div>        &lt;action application=&quot;limit_execute&quot; data=&quot;hash outbound ${hash3} ${limit3} bridge ${dialstring3}&quot; /&gt;</div>
<div>        &lt;action application=&quot;limit_execute&quot; data=&quot;hash outbound ${hash4} ${limit4} bridge ${dialstring4}&quot; /&gt;</div><div>        &lt;action application=&quot;hangup&quot; data=&quot;${bridge_hangup_cause}&quot;/&gt;</div>
<div><br></div></div></div><div>What I expect is that the incoming call is hangup when the bridge fails for any reason except the reasons specified in &quot;failure_causes&quot;, and in case the bridge fail for a reason specified in &quot;failure_causes&quot; the dialplan execution continues.</div>
<div><br></div><div>My problem is that, for example, I see in my CDR that there is 1 inbound and 5 related outbound calls (one for each bridge in my dialplan) for NO_USER_RESPONSE, USER_BUSY, NORMAL_TEMPORARY_FAILURE, UNALLOCATED_NUMBER so the behaviour is different from what I expect: what is wrong in my dialplan?</div>
<div><br></div><div><br></div>