<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    In that case, continue_on_fail would probably be more suitable. I
    haven't tested this, but you could try:<br>
    <br>
    <div>&lt;include&gt;</div>
    <div>&nbsp; &lt;extension name="outbound"&gt;</div>
    <div>&nbsp; &nbsp; &lt;condition field="destination_number"
      expression="^(\d+)$"&gt;</div>
    <div><span class="" style="white-space:pre"> <br>
        &lt;action application="set" data="continue_on_fail=true"/&gt;</span><span
        class="" style="white-space:pre"><br>
        <br>
      </span>&nbsp;&lt;action application="set"
      data="effective_caller_id_number=aon"/&gt;<br>
      <div><span class="" style="white-space:pre"> </span>&lt;action
        application="bridge" data="sofia/gateway/isp0/$1"/&gt;<br>
        &nbsp;&nbsp;
        &lt;action application="ring_ready"/&gt; <br>
      </div>
      <div><span class="" style="white-space:pre"></span></div>
      <span class="" style="white-space:pre"><br>
      </span>&nbsp;&lt;action application="set"
      data="effective_caller_id_number=change_me_1"/&gt;<br>
      <div><span class="" style="white-space:pre">&nbsp;&nbsp; </span>&lt;action
        application="bridge" data="sofia/gateway/isp1/$1"/&gt;<br>
        &nbsp;&nbsp;
        &lt;action application="ring_ready"/&gt; <br>
      </div>
      <div><span class="" style="white-space:pre"></span></div>
      <span class="" style="white-space:pre"><br>
      </span>&nbsp;&lt;action application="set"
      data="effective_caller_id_number=change_me_2"/&gt;<br>
      <div><span class="" style="white-space:pre">&nbsp;&nbsp; </span>&lt;action
        application="bridge" data="sofia/gateway/isp2/$1"/&gt;<br>
        &nbsp;&nbsp;
        &lt;action application="ring_ready"/&gt; <br>
      </div>
      <div><span class="" style="white-space:pre"></span></div>
      <span class="" style="white-space:pre"><br>
      </span>&nbsp;&lt;action application="set"
      data="effective_caller_id_number=change_me_3"/&gt;<br>
      <div><span class="" style="white-space:pre"> </span>&lt;action
        application="bridge" data="sofia/gateway/isp3/$1"/&gt;</div>
      <div><span class="" style="white-space:pre"></span></div>
      &nbsp;&nbsp;
      &lt;action application="ring_ready"/&gt;</div>
    <div>&nbsp; &nbsp; &lt;/condition&gt;</div>
    <div>&nbsp; &lt;/extension&gt;</div>
    <div>&lt;/include&gt;<br>
      <br>
      Another alternative is to duplicate the dialplan extensions and
      customize the caller ID for each one as well as using a |
      separated list of ISP's, probably not what you want to do here,
      but it's do-able.<br>
      <br>
      Francis<br>
      <br>
    </div>
    <br>
    <div class="moz-cite-prefix">On 27/05/2014 4:36 PM, Roman wrote:<br>
    </div>
    <blockquote
cite="mid:CAAJfYc16nXmngN8f4Kq5ggWwBbsVCXUck0mde=qA6cVbQjuoYA@mail.gmail.com"
      type="cite">
      <div dir="ltr">Francis, thx!
        <div><br clear="all">
          <div>But if each isp use custom effective_caller_id_number
            format and destination_number rule?<br>
          </div>
          <div><br>
          </div>
          -- <br>
          Kind regards,
          <div><br>
          </div>
          <div>Roman</div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a class="moz-txt-link-freetext" href="http://www.cudatel.com">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.cluecon.com">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>