[modules]
autoload = no
-; This is a minimal module load. We are loading only the modules required for
-; the Asterisk features used in the Super Awesome Company configuration.
+; This is a minimal module load. We are loading only the modules
+; required for the Asterisk features used in the "Super Awesome
+; Company" configuration.
; Applications
load = res_sorcery_realtime.so
load = res_timing_timerfd.so
-; Don't load res_hep.so and kin unless you are using hep monitoring in your network
+; 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
; 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
; 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