Boris,<div><br></div><div>I recommend that you pastebin the entire debug output of the call, including all the dialplan matching stuff. That will help narrow down what is happening. Use <a href="http://pastebin.freeswitch.org">pastebin.freeswitch.org</a> and put the link in this thread.</div>
<div><br></div><div>-MC<br><br><div class="gmail_quote">On Fri, Mar 4, 2011 at 3:00 AM, Boris Kovalenko <span dir="ltr"><<a href="mailto:boris@tagnet.ru">boris@tagnet.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello!<br>
<br>
May someone tell me why the 73435 is stripped ??? And if I doing<br>
something wrong what is the right way. I'm useing FreeSWITCH Version<br>
1.0.head (git-1c95ad9 2011-01-20 22-43-50 -0300)<br>
<br>
<br>
Here is my extension:<br>
<br>
<!--<br>
Transfer call to the TOP context<br>
--><br>
<extension name="top.ctx"><br>
<condition field="${v_tagnet_dst}" expression="^([0-9]+)$"><br>
<action application="log" data="ALERT [top.ctx] - transfer to top.ctx"/><br>
<action application="log" data="ALERT [top.ctx] ORIG: ${v_tagnet_dst}<br>
REGEX: $1"/><br>
<br>
<!-- Caller ID normalization --><br>
<action application="execute_extension" data="ext_translate_src XML<br>
features"/><br>
<br>
<action application="log" data="ALERT [top.ctx] - transfer to top.ctx $1"/><br>
<action application="transfer" data="$1 XML top.ctx"/><br>
</condition><br>
</extension><br>
<br>
<br>
Here is the output:<br>
2011-03-04 15:56:42.127837 [ALERT] mod_dptools.c:1174 [top.ctx] -<br>
transfer to top.ctx<br>
2011-03-04 15:56:42.129862 [ALERT] mod_dptools.c:1174 [top.ctx] ORIG:<br>
73435230020 REGEX: 230020<br>
--<br><br></blockquote></div></div>