Files
asterisk/configs/modules.conf.sample
T

40 lines
858 B
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
;
; 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
;
; Explicitly load the chan_modem.so early on to be sure
; it loads before any of the chan_modem_* 's afte rit
2000-01-02 20:59:00 +00:00
;
2001-04-16 22:31:06 +00:00
load => chan_modem.so
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]
chan_modem.so=yes