|
|
|
@ -24,7 +24,7 @@ autoload=yes
|
|
|
|
|
; the "require" keyword. Asterisk will exit with a status code of 2
|
|
|
|
|
; if a required module does not load.
|
|
|
|
|
;
|
|
|
|
|
; require = chan_pjsip.so
|
|
|
|
|
;require = chan_pjsip.so
|
|
|
|
|
;
|
|
|
|
|
; If you want you can combine with preload
|
|
|
|
|
; preload-require = your_special_module.so
|
|
|
|
@ -35,19 +35,22 @@ autoload=yes
|
|
|
|
|
; By default, load chan_oss only (automatically).
|
|
|
|
|
;
|
|
|
|
|
noload => chan_alsa.so
|
|
|
|
|
;noload => chan_oss.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
|
|
|
|
|
|
|
|
|
|
;
|
|
|
|
|
; Do not load chan_sip by default, it may conflict with res_pjsip.
|
|
|
|
|
noload => chan_sip.so
|
|
|
|
|
|
|
|
|
|
; The default voicemail module is app_voicemal. All voicemail modules
|
|
|
|
|
; are mutually exclusive. Therefore it is better to make sure they
|
|
|
|
|
; are not loaded at startup
|
|
|
|
|
;
|
|
|
|
|
noload => app_voicemail_odbc.so
|
|
|
|
|
; Load one of the voicemail modules as they are mutually exclusive.
|
|
|
|
|
; By default, load app_voicemail only (automatically).
|
|
|
|
|
;
|
|
|
|
|
;noload => app_voicemail.so
|
|
|
|
|
noload => app_voicemail_imap.so
|
|
|
|
|
noload => app_voicemail_odbc.so
|
|
|
|
|