<div dir="ltr">I need to control over the return value of bridge application:<br><br>How should on find if the call was rejected bye Carrier_One ( before I fill 10 calls which I am permitted to ) and route then via Carrier_Two?<br>
<br><br><br><include><br>  <extension name="noPerfixed"><br>    <condition field="destination_number" expression="^([0-9]+)$"><br>    <action application="set" data="ignore_early_media=true"/>  <br>
    <action application="set" data="continue_on_fail=NORMAL_TEMPORARY_FAILURE,NO_ROUTE_DESTINATION"/><br>    <action application="limit_execute" data="hash outbound carrierOne 10 bridge sofia/gateway/xxx.xxx.xxx.101/$1" /><br>
<span style="color:rgb(153,0,0)">    <!--     what should i place here?       --></span><br>    <action application="hangup"/><br>    <action application="bridge" data="sofia/gateway/xxx.xxx.xxx.102/12$1"/> <br>
    <action application="hangup"/><br>    </condition><br>  </extension><br><br>  <extension name="Perfixed"><br>    <condition field="destination_number" expression="^[0-9]+#([0-9]+)$"><br>
            <action application="transfer" data="$1 XML CallPlan"/><br>    </condition><br>  </extension><br></include><br><br><br><br clear="all"><br>-- <br><div dir="ltr"><span style="font-family:tahoma,sans-serif">Regards,</span><br style="font-family:tahoma,sans-serif">
<span style="font-family:tahoma,sans-serif">Ali R. Taleghani</span><span style="font-family:tahoma,sans-serif"></span><br style="font-family:tahoma,sans-serif"></div>
</div>