44 lines
1.2 KiB
Text
44 lines
1.2 KiB
Text
|
;
|
||
|
; Asterisk configuration file
|
||
|
;
|
||
|
; Module Loader configuration file
|
||
|
;
|
||
|
|
||
|
[modules]
|
||
|
autoload=yes
|
||
|
;
|
||
|
; 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
|
||
|
;
|
||
|
; Uncomment the following if you wish to use the Speech Recognition API
|
||
|
;preload => res_speech.so
|
||
|
;
|
||
|
; If you want, load the GTK console right away.
|
||
|
;
|
||
|
noload => pbx_gtkconsole.so
|
||
|
;load => pbx_gtkconsole.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
|
||
|
;load => codec_a_mu.so
|
||
|
;load => codec_adpcm.so
|
||
|
load => codec_alaw.so
|
||
|
load => codec_g729.so
|
||
|
load => codec_gsm.so
|
||
|
load => codec_ilbc.so
|
||
|
;load => codec_lpc10.so
|
||
|
load => codec_speex.so
|
||
|
load => codec_ulaw.so
|