In your dialplan do something like this:<br> <br><include><br> <extension name="remotefs"><br> <condition field="destination_number" expression="^1234(\d+)$"> <br> <action application="bridge" data="<a href="mailto:sofia/internal/$1@192.168.50.195:5080%22/">sofia/internal/$1@192.168.50.195:5080"/</a>><br>
</condition><br> </extension><br></include><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"><<a href="mailto:fvillarroel@yahoo.com">fvillarroel@yahoo.com</a>></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>