Files
asterisk/configs/modules.conf.sample
T

54 lines
1.4 KiB
Plaintext
Raw Normal View History

1999-12-05 07:09:27 +00:00
;
; Asterisk configuration file
;
; Module Loader configuration file
;
2000-01-02 20:59:00 +00:00
1999-12-05 07:09:27 +00:00
[modules]
autoload=yes
2000-01-02 20:59:00 +00:00
;
; Any modules that need to be loaded before the Asterisk core has been
; initialized (just after the logger has been initialized) can be loaded
; using 'preload'. This will frequently be needed if you wish to map all
; module configuration files into Realtime storage, since the Realtime
; driver will need to be loaded before the modules using those configuration
; files are initialized.
;
; An example of loading ODBC support would be:
;preload => res_odbc.so
;preload => res_config_odbc.so
;
2000-01-02 20:59:00 +00:00
; If you want, load the GTK console right away.
; Don't load the KDE console since
; it's not as sophisticated right now.
;
2001-04-16 22:31:06 +00:00
noload => pbx_gtkconsole.so
;load => pbx_gtkconsole.so
noload => pbx_kdeconsole.so
2000-01-02 20:59:00 +00:00
;
; Intercom application is obsoleted by
; chan_oss. Don't load it.
;
2001-04-16 22:31:06 +00:00
noload => app_intercom.so
;
2005-11-17 16:57:25 +00:00
; The 'modem' channel driver and its subdrivers are
; obsolete, don't load them.
;
noload => chan_modem.so
noload => chan_modem_aopen.so
noload => chan_modem_bestdata.so
noload => chan_modem_i4l.so
2000-01-02 20:59:00 +00:00
;
2002-05-10 00:08:26 +00:00
load => res_musiconhold.so
;
; Load either OSS or ALSA, not both
; By default, load OSS only (automatically) and do not load ALSA
;
noload => chan_alsa.so
;noload => chan_oss.so
;
2000-01-02 20:59:00 +00:00
; Module names listed in "global" section will have symbols globally
; exported to modules loaded after them.
;
[global]