<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>
<condition field="destination_number" expression="^0(\d+)$"
brake="on-true" ><br>
<action application="log" data="INFO Before Auth "/><br>
<action application="log" /><br>
<action application="set" data="process_cdr=true" /><br>
<action inline="true" application="set"
data="CALLID=h323-conf-id=${uuid}"/><br>
<action inline="true" application="set"
data="SERVICENUM=h323-prompt-id=${destination_number}"/><br>
<!-- <action inline="true" application="set"
data="TRANSACTIONID=h323-ivr-out=transactionID:1234"/> --><br>
<action inline="true" application="set"
data="CALLINGNUMBER=${caller_id_number}"/><br>
<action inline="true" application="set"
data="CALLINGNUMBER=${destination_number}"/><br>
<action inline="true" application="set"
data="USERNAME=${accountcode}"/><br>
<br>
<action inline="true" application="set"
data="PASSWD=${password}"/><br>
<!-- <action inline="true" application="set"
data="DIALED_NUMBER=$1"/> --><br>
<action application="execute_extension"
data="RADIUS_ANI_AUTH XML default"/><br>
<br>
<br>
<br>
<!-- <condition field="${AUTH_RESULT}" expression="NOK">
--><br>
<!-- <anti-action application="reject" data="401"/>
--><br>
<br>
<!-- <condition field="${AUTH_RESULT}" expression="OK"
brake="on-true"> --><br>
<!-- <action application="reject" data="401"/> --><br>
<br>
<br>
<action application="enum" data="386$1
enumsbc.softnet.si"/><br>
<action application="bridge" data="${enum_auto_route}"/><br>
<br>
<br>
<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>/><br>
<!-- <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>/> --><br>
<br>
<!-- <action application="auth_function" data="in
${DIALED_NUMBER}, in ${USERNAME}, in ${PASSWD}, out
AUTH_RESULT"/> --><br>
<!-- <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>/> --><br>
</condition><br>
</extension><br>
</include></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>