[Freeswitch-users] About FreeSwitch

Michael Collins msc at freeswitch.org
Fri Mar 6 10:42:34 PST 2009


On Fri, Mar 6, 2009 at 10:19 AM, Brian West <brian at 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




More information about the FreeSWITCH-users mailing list