On Fri, Mar 6, 2009 at 10:19 AM, Brian West <br...@freeswitch.org> wrote:
> The current default config comes out of the box as a 20 extension PBX config
> with various features including voicemail and conferencing.
> /b

And, unlike many other systems, you don't have to pay to increase the
number of extensions on the system. In conf/directory/default/ there
are 20 xml files:
1000.xml
...
1019.xml

You can create new extensions by creating new xml files here. Then
locate the "Local_Extension" in conf/dialplan/default.xml and modify
the regex, which by default is this:
<condition field="destination_number" expression="^(10[01][0-9])$">

If you want 1000~1299 to be local extensions then do this:
<condition field="destination_number" expression="^(1[012[0-9][0-9])$">

too easy...

-MC

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to