[Freeswitch-users] remove country code from destination_number

Avi Marcus avi at avimarcus.net
Fri Dec 5 13:34:03 MSK 2014


You can't/shouldn't modify destination_number, it's part of the caller
profile.
You can either transfer it to 0$1 to have it hit the dialplan again, or
bridge to your gateway and use 0$1 as the destination.

-Avi

On Fri, Dec 5, 2014 at 12:22 PM, Paul Klenk <markus.klenk at googlemail.com>
wrote:

> Hi,
>
> I'd like to have the country code "+49" removed from
> destination_number and changed to "0"
>
> I tried:
>     <extension name="international" continue="true">
>       <condition field="destination_number" expression="^\+49(.*)">
>         <action inline="true" application="set"
> data="destination_number=0$1"/>
>       </condition>
>     </extension>
>
> but after correctly executing this extension-statement it reverts to
> the original version of destination_number
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20141205/1f47ae55/attachment.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list