|
|
|
@ -18,7 +18,7 @@ autoload=yes
|
|
|
|
|
; map Asterisk core configuration files to Realtime storage.
|
|
|
|
|
; This is no longer needed.
|
|
|
|
|
;
|
|
|
|
|
;preload => your_special_module.so
|
|
|
|
|
;preload = your_special_module.so
|
|
|
|
|
;
|
|
|
|
|
; If you want Asterisk to fail if a module does not load, then use
|
|
|
|
|
; the "require" keyword. Asterisk will exit with a status code of 2
|
|
|
|
@ -29,21 +29,21 @@ autoload=yes
|
|
|
|
|
; If you want you can combine with preload
|
|
|
|
|
; preload-require = your_special_module.so
|
|
|
|
|
;
|
|
|
|
|
;load => res_musiconhold.so
|
|
|
|
|
;load = res_musiconhold.so
|
|
|
|
|
;
|
|
|
|
|
; Load one of: chan_oss, alsa, or console (portaudio).
|
|
|
|
|
; By default, load chan_oss only (automatically).
|
|
|
|
|
;
|
|
|
|
|
noload => chan_alsa.so
|
|
|
|
|
noload => chan_console.so
|
|
|
|
|
;noload => chan_oss.so
|
|
|
|
|
noload = chan_alsa.so
|
|
|
|
|
noload = chan_console.so
|
|
|
|
|
;noload = chan_oss.so
|
|
|
|
|
;
|
|
|
|
|
; Do not load res_hep and kin unless you are using HEP monitoring
|
|
|
|
|
; <http://sipcapture.org> in your network.
|
|
|
|
|
;
|
|
|
|
|
noload => res_hep.so
|
|
|
|
|
noload => res_hep_pjsip.so
|
|
|
|
|
noload => res_hep_rtcp.so
|
|
|
|
|
noload = res_hep.so
|
|
|
|
|
noload = res_hep_pjsip.so
|
|
|
|
|
noload = res_hep_rtcp.so
|
|
|
|
|
;
|
|
|
|
|
; Do not load chan_sip by default, it may conflict with res_pjsip.
|
|
|
|
|
noload => chan_sip.so
|
|
|
|
|