mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-12 20:27:19 +00:00
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
44 lines
663 B
Plaintext
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
|
|
|
|
|
|
|
|
|
|
|