<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    I am having problems with ported number. After call is being ansered
    (ported number), than if the person who is having ported number hang
    up the phone, his phone is being called again.<br>
    <br>
    I have also paste log in pastebin.<br>
    <br>
    Dialplan:<br>
    <small><br>
      &nbsp;&lt;condition field="destination_number" expression="^0(\d+)$"
      brake="on-true" &gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="log" data="INFO&nbsp; Before Auth "/&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="log" /&gt;<br>
      &lt;action application="set" data="process_cdr=true" /&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action inline="true" application="set"
      data="CALLID=h323-conf-id=${uuid}"/&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action inline="true" application="set"
      data="SERVICENUM=h323-prompt-id=${destination_number}"/&gt;<br>
      &nbsp; &lt;!--&nbsp;&nbsp;&nbsp;&nbsp; &lt;action inline="true" application="set"
      data="TRANSACTIONID=h323-ivr-out=transactionID:1234"/&gt; --&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action inline="true" application="set"
      data="CALLINGNUMBER=${caller_id_number}"/&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action inline="true" application="set"
      data="CALLINGNUMBER=${destination_number}"/&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action inline="true" application="set"
      data="USERNAME=${accountcode}"/&gt;<br>
      <br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action inline="true" application="set"
      data="PASSWD=${password}"/&gt;<br>
      &nbsp;&nbsp;&nbsp; &lt;!--&nbsp;&nbsp;&nbsp; &lt;action inline="true" application="set"
      data="DIALED_NUMBER=$1"/&gt;&nbsp; --&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="execute_extension"
      data="RADIUS_ANI_AUTH XML default"/&gt;<br>
      <br>
      <br>
      <br>
      &lt;!-- &lt;condition field="${AUTH_RESULT}" expression="NOK"&gt;
      --&gt;<br>
      &lt;!--&nbsp;&nbsp;&nbsp; &lt;anti-action application="reject" data="401"/&gt;
      --&gt;<br>
      <br>
      &lt;!-- &lt;condition field="${AUTH_RESULT}" expression="OK"
      brake="on-true"&gt; --&gt;<br>
      &lt;!-- &lt;action application="reject" data="401"/&gt; --&gt;<br>
      <br>
      <br>
      &nbsp;&lt;action application="enum" data="386$1
      enumsbc.softnet.si"/&gt;<br>
      &nbsp;&lt;action application="bridge" data="${enum_auto_route}"/&gt;<br>
      <br>
      <br>
      &lt;action application="bridge"
      data=<a class="moz-txt-link-rfc2396E" href="mailto:sofia/external/386$1@xxx.xxx.xxx.xxx">"sofia/external/386$1@xxx.xxx.xxx.xxx"</a>/&gt;<br>
      &lt;!-- &lt;action application="bridge"
      data=<a class="moz-txt-link-rfc2396E" href="mailto:sofia/gateway/sbc_trunk/386$1@xxx.xxx.xxx.xxx">"sofia/gateway/sbc_trunk/386$1@xxx.xxx.xxx.xxx"</a>/&gt; --&gt;<br>
      <br>
      &lt;!--&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="auth_function" data="in
      ${DIALED_NUMBER}, in ${USERNAME}, in ${PASSWD}, out
      AUTH_RESULT"/&gt; --&gt;<br>
      &lt;!-- &lt;action application="bridge"
      data=<a class="moz-txt-link-rfc2396E" href="mailto:sofia/external/386$1@xxx.xxx.xxx.xxx">"sofia/external/386$1@xxx.xxx.xxx.xxx"</a>/&gt; --&gt;<br>
      &nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>
      &nbsp; &lt;/extension&gt;<br>
      &lt;/include&gt;</small><br>
    <br>
    <br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a href="http://pastebin.freeswitch.org/18549">http://pastebin.freeswitch.org/18549</a><br>
  </body>
</html>