<HTML>
<HEAD>
<TITLE>Re: [Freeswitch-users] called number rewrite</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Sure... Just have freeswitch change it<BR>
<BR>
<extension name=”foo”><BR>
<condition field=”destination_number” expression=”^1234567$”><BR>
<action application=”transfer” data=”987654 XML default”/><BR>
<!-- OR --><BR>
<action application=”bridge” <a href="data=”sofia/default/10203040@somehost.com”/">data=”sofia/default/10203040@somehost.com”/</a>><BR>
</condition><BR>
</extension><BR>
<BR>
Depending on what you are trying to do these will rewrite the destination number<BR>
<BR>
On 4/12/11 6:23 PM, "budi wibowo" <<a href="bwibowo@gmail.com">bwibowo@gmail.com</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>hi <BR>
is it possible for freeswitch to change / rewrite called number. <BR>
say, i call 1234567 and FS will change the called number to 44444444 <BR>
<BR>
<BR>
thx<BR>
<BR>
budi <BR>
<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'>_______________________________________________<BR>
FreeSWITCH-users mailing list<BR>
<a href="FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><BR>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
</SPAN></FONT></FONT></BLOCKQUOTE>
</BODY>
</HTML>