]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
modules.conf: Align the comments for more conclusiveness.
authorAlexander Traud <pabstraud@compuserve.com>
Mon, 16 Nov 2020 10:38:04 +0000 (11:38 +0100)
committerAlexander Traud <pabstraud@compuserve.com>
Mon, 16 Nov 2020 10:38:04 +0000 (11:38 +0100)
Change-Id: I79cc693cd5a6e5dd7d403b7e91d970ff1ddf8306

configs/basic-pbx/modules.conf
configs/samples/modules.conf.sample

index be35e287af97f190c5140d96ccc790054053e9bc..cb0a92c117ed43818f79d70c8733ed93742fb412 100644 (file)
@@ -1,8 +1,9 @@
 [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
 
@@ -110,7 +111,8 @@ load = res_sorcery_memory.so
 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
index c6c0dbc2b6bbb81e58b710b20d105fd31f52b15c..3e0f4c76e39e509cfce33b9d51050908a6394c50 100644 (file)
@@ -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,9 +35,12 @@ 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