[Freeswitch-users] An easy way to test a list of numbers in condition?

Michael Collins msc at freeswitch.org
Wed Jul 13 01:35:18 MSD 2011


If you need to test this many numbers then you are better of with something
other than regular expressions. I would investigate mod_xml_curl or mod_lcr.
An alternative would be to write a small Lua script that checks the
destination_number against a list.

-MC

On Tue, Jul 12, 2011 at 12:31 PM, Mario G <mario_fs at mgtech.com> wrote:

> I am trying to find an easy way to test multiple numbers in a condition
> without putting all the numbers on one line. There can be 25 numbers or
> more. Preferably have comments. I looked at many web sites on XML, etc. but
> could not find a way to continue lines. Freeswitch treats everything in the
> expression including all spaces as part of the expression. Anyone know of a
> good way to do this? Thanks,
> Mario G
>
>   <extension name="out.group1">
>     <condition field="${destination_number_w}" expression="^1111111111|
>           <!-- joe -->
>
> 2222222222|3333333333|  <!-- jon -->
>
> 4444444444|5555555555   <!-- pam -->
>                                                                         $"
> >
>       <action application="set" data="destination_number_w=1$1"/>
>       <action application="bridge" data="sofia/gateway/group1/1$1"/>
>     </condition>
>   </extension>
>
>
> _______________________________________________
> Join us at ClueCon 2011, Aug 9-11, Chicago
> http://www.cluecon.com 877-7-4ACLUE
>
> 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/20110712/23a6fd04/attachment-0001.html 


More information about the FreeSWITCH-users mailing list