Файл "modules.conf" конфигурируeт, какие модули загружать или не загружать из директории, указанной в файле "asterisk.conf"

Пример конфига



;
; Asterisk configuration file
;
; Module Loader configuration file
;

[modules]
autoload=yes
;
;
noload => pbx_gtkconsole.so
;load => pbx_gtkconsole.so
noload => pbx_kdeconsole.so
;
; Intercom приложение is obsoleted by
; chan_oss. Не загружайте его.
;
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
;
load => chan_modem.so
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
;
; Module names listed in "global" section will have symbols globally
; exported to modules loaded after them.
;
[global]
chan_modem.so=yes


  • модули Астериска: список модулей и их функций