[Freeswitch-users] Matching destination number
mbo
mbodbg at gmx.net
Tue Mar 11 22:40:31 MSK 2014
http://pastebin.freeswitch.org/22117
Am 11.03.2014 um 20:16 schrieb Michael Jerris <mike at jerris.com>:
> take a look at the full debug log?
>
> On Mar 11, 2014, at 2:49 PM, mbo <mbodbg at gmx.net> wrote:
>
>> Hello,
>>
>> I have the following dial plan:
>>
>> <extension name="international destination_number" continue="true">
>> <condition field="destination_number" expression="^00(\d+)$">
>> <action application="log" data="CONSOLE *** international number ${destination_number} ***"/>
>> <action application="set_profile_var" data="destination_number=$1"/>
>> </condition>
>> </extension>
>>
>> <extension name="national destination_number" continue="true">
>> <condition field="destination_number" expression="^0(\d+)$">
>> <action application="log" data="CONSOLE *** international number ${destination_number}"/>
>> <action application="set_profile_var" data="destination_number=49$1"/>
>> </condition>
>> </extension>
>>
>>
>> If I dial number 001234567, I get the following output in the console:
>>
>> 2014-03-11 19:43:42.945392 [CONSOLE] mod_dptools.c:1569 *** international number 001234567 ***
>> 2014-03-11 19:43:42.945392 [CONSOLE] mod_dptools.c:1569 *** international number 1234567
>>
>> The second extension is matching, however in the first extension the destination_number has been overridden and does not have any leading zeros. Why is it matching anyway?
>>
>> Thanks
>>
>> Markus
>>
>>
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>>
>>
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://wiki.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
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
>
>
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.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/20140311/c4554cf9/attachment.html
Join us at ClueCon 2013 Aug 6-8, 2013
More information about the FreeSWITCH-users
mailing list