In your dialplan do something like this:<br> <br>&lt;include&gt;<br>  &lt;extension name=&quot;remotefs&quot;&gt;<br>    &lt;condition field=&quot;destination_number&quot; expression=&quot;^1234(\d+)$&quot;&gt;   <br>     &lt;action application=&quot;bridge&quot; data=&quot;<a href="mailto:sofia/internal/$1@192.168.50.195:5080%22/">sofia/internal/$1@192.168.50.195:5080&quot;/</a>&gt;<br>
    &lt;/condition&gt;<br>  &lt;/extension&gt;<br>&lt;/include&gt;<br> <br>The $1 variable has the number without the prefix of 1234.<br> <br>I am sending the call to another FS box in this example<br> <br>Bob<br><br>
<div class="gmail_quote">On Fri, Jan 29, 2010 at 10:14 AM, FERNANDO VILLARROEL <span dir="ltr">&lt;<a href="mailto:fvillarroel@yahoo.com">fvillarroel@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Dear.<br><br>If i receive a call from a customer with some prefx like 1234<br><br>How i can do in order to forward this call with out prefix like Asterisk<br>
<br>{ENTEN:4}<br><br>Regards.<br><br><br><br><br>_______________________________________________<br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br>