]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Add minimal configuration for configuring FreeSWITCH from scratch
authorManav Rathi <mx4492@gmail.com>
Wed, 11 Mar 2015 13:14:08 +0000 (18:44 +0530)
committerManav Rathi <mx4492@gmail.com>
Wed, 11 Mar 2015 14:05:19 +0000 (19:35 +0530)
commit7a6303d6b33c7862117fd552afb74051eb2725af
treeeb031f46408166442e87c63d132d54ee74b365c6
parenta92d93836473443d592c710ef53ac2bd8ee8d7d1
Add minimal configuration for configuring FreeSWITCH from scratch

The default "vanilla" configuration that comes with FreeSWITCH has
been designed as a showcase of the configurability of the myriad of
features that FreeSWITCH comes with out of the box. While it is very
helpful in tinkering with FreeSWITCH, it has a lot of extraneous stuff
enabled/configured for use in a production system. This configuration
aims to take the reverse stance -- it attempts to be a starting point
for configuring a new system by "adding" required features (instead of
removing them as one would do if one starts with the default
configuration).

Jira: FS-7362
Source: https://github.com/mx4492/freeswitch-minimal-conf/commit/270941d6f2dca279f1bb8762d072940273d5ae11
22 files changed:
conf/minimal/README.md [new file with mode: 0644]
conf/minimal/autoload_configs/acl.conf.xml [new file with mode: 0644]
conf/minimal/autoload_configs/cdr_csv.conf.xml [new file with mode: 0644]
conf/minimal/autoload_configs/conference.conf.xml [new file with mode: 0644]
conf/minimal/autoload_configs/console.conf.xml [new file with mode: 0644]
conf/minimal/autoload_configs/db.conf.xml [new file with mode: 0644]
conf/minimal/autoload_configs/event_socket.conf.xml [new file with mode: 0644]
conf/minimal/autoload_configs/logfile.conf.xml [new file with mode: 0644]
conf/minimal/autoload_configs/modules.conf.xml [new file with mode: 0644]
conf/minimal/autoload_configs/sofia.conf.xml [new file with mode: 0644]
conf/minimal/autoload_configs/switch.conf.xml [new file with mode: 0644]
conf/minimal/autoload_configs/timezones.conf.xml [new file with mode: 0644]
conf/minimal/autoload_configs/xml_rpc.conf.xml [new file with mode: 0644]
conf/minimal/dialplan/default.xml [new file with mode: 0644]
conf/minimal/dialplan/public.xml [new file with mode: 0644]
conf/minimal/dialplan/public/00_stub.xml [new file with mode: 0644]
conf/minimal/freeswitch.xml [new file with mode: 0644]
conf/minimal/modules.conf [new file with mode: 0644]
conf/minimal/sip_profiles/external.xml [new file with mode: 0644]
conf/minimal/sip_profiles/external/stub.xml [new file with mode: 0644]
conf/minimal/sip_profiles/internal.xml [new file with mode: 0644]
conf/minimal/vars.xml [new file with mode: 0644]