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">&lt;<a href="mailto:boris@tagnet.ru">boris@tagnet.ru</a>&gt;</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&#39;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>
&lt;!--<br>
             Transfer call to the TOP context<br>
         --&gt;<br>
&lt;extension name=&quot;top.ctx&quot;&gt;<br>
&lt;condition field=&quot;${v_tagnet_dst}&quot; expression=&quot;^([0-9]+)$&quot;&gt;<br>
&lt;action application=&quot;log&quot; data=&quot;ALERT [top.ctx] - transfer to top.ctx&quot;/&gt;<br>
&lt;action application=&quot;log&quot; data=&quot;ALERT [top.ctx] ORIG: ${v_tagnet_dst}<br>
REGEX: $1&quot;/&gt;<br>
<br>
&lt;!-- Caller ID normalization --&gt;<br>
&lt;action application=&quot;execute_extension&quot; data=&quot;ext_translate_src XML<br>
features&quot;/&gt;<br>
<br>
&lt;action application=&quot;log&quot; data=&quot;ALERT [top.ctx] - transfer to top.ctx $1&quot;/&gt;<br>
&lt;action application=&quot;transfer&quot; data=&quot;$1 XML top.ctx&quot;/&gt;<br>
&lt;/condition&gt;<br>
&lt;/extension&gt;<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>