[Freeswitch-users] Newbie question on freeswitch

Michael Collins msc at freeswitch.org
Wed Mar 17 13:25:06 PDT 2010


On Wed, Mar 17, 2010 at 8:51 AM, Aloysius Lloyd <lloyd.aloysius at gmail.com>wrote:

> Adjust the dial plan to call extension  8000. The default Dial plan like
> below
>
> <condition field="destination_number" expression="^(10[01][0-9])$">
>
> change to
>
> <condition field="destination_number" expression="^(*[1-8]*0[01][0-9])$">
>

Careful! This causes LOTS of different dialed numbers to match. You might
try this instead:
<condition field="destination_number" expression="^(8000|10[01][0-9])$">

This subject is covered nicely in the newbie article:
http://bit.ly/EpVrv

-MC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100317/042fbf8c/attachment-0002.html 


More information about the FreeSWITCH-users mailing list