freeswitch/conf/modules.conf
Anthony Minessale cb463b4e52 Make optional modules.conf that allows you to pick the module load order
and to exclude some modules. (see example in trunk/conf)

Make ';' a valid comment in config files 
Interpret a line in config files beginning with "__END__" as eof



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@608 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-14 16:26:24 +00:00

44 lines
663 B
Plaintext

[modules]
; If this option is the first one the rest of them will be ignored
;load => all
; Event Handlers
load => mod_zeroconf.so
load => mod_xmpp_event.so
; Directory Interfaces
load => mod_ldap.so
; Endpoints
load => mod_exosip.so
load => mod_iax.so
load => mod_woomera.so
; Applications
load => mod_bridgecall.so
load => mod_ivrtest.so
load => mod_playback.so
; Dialplan Interfaces
load => mod_dialplan_demo.so
load => mod_dialplan_directory.so
load => mod_pcre.so
; Codec Interfaces
load => mod_g711.so
load => mod_gsm.so
load => mod_l16.so
load => mod_speex.so
; File Format Interfaces
load => mod_sndfile.so
; Timers
load => mod_softtimer.so