<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    User registered to the system and try to make call to PSTN network
    but system show "No Route, Aborting" at first and connect the call
    right after it. The destination number ring wrong caller ID
    displayed. 40% calls happened with this issue. <br>
    <br>
    Any possible reason?<br>
    <br>
    FreeSWITCH Version 1.0.head (git-7f5b8fb 2012-02-02 20-41-15 -0600)<br>
    <br>
    Checked the CDR both normal and fault call are no different.<br>
    <br>
    My dialplan is simply bridge the call to the voice gateway:<br>
    <small>&lt;extension name="outbound"&gt;<br>
      &lt;condition field="destination_number"
      expression="^(\d{8})$"&gt;<br>
      &lt;action application="bridge"
      data=<a class="moz-txt-link-rfc2396E" href="mailto:sofia/external/$1@203.194.x.x">"sofia/external/$1@203.194.x.x"</a>/&gt;<br>
      &lt;/condition&gt;<br>
      &lt;/extension&gt; </small><br>
    <br>
    Thanks a lot.<br>
    <br>
    <div class="moz-signature">
      Armand<br>
    </div>
  </body>
</html>