mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-20 11:43:52 +00:00
modules.conf: Align the comments for more conclusiveness.
Change-Id: I79cc693cd5a6e5dd7d403b7e91d970ff1ddf8306
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
[modules]
|
[modules]
|
||||||
autoload = no
|
autoload = no
|
||||||
|
|
||||||
; This is a minimal module load. We are loading only the modules required for
|
; This is a minimal module load. We are loading only the modules
|
||||||
; the Asterisk features used in the Super Awesome Company configuration.
|
; required for the Asterisk features used in the "Super Awesome
|
||||||
|
; Company" configuration.
|
||||||
|
|
||||||
; Applications
|
; Applications
|
||||||
|
|
||||||
@@ -110,7 +111,8 @@ load = res_sorcery_memory.so
|
|||||||
load = res_sorcery_realtime.so
|
load = res_sorcery_realtime.so
|
||||||
load = res_timing_timerfd.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.so
|
||||||
noload = res_hep_pjsip.so
|
noload = res_hep_pjsip.so
|
||||||
|
@@ -35,9 +35,12 @@ autoload=yes
|
|||||||
; By default, load chan_oss only (automatically).
|
; By default, load chan_oss only (automatically).
|
||||||
;
|
;
|
||||||
noload => chan_alsa.so
|
noload => chan_alsa.so
|
||||||
;noload => chan_oss.so
|
|
||||||
noload => chan_console.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.so
|
||||||
noload => res_hep_pjsip.so
|
noload => res_hep_pjsip.so
|
||||||
noload => res_hep_rtcp.so
|
noload => res_hep_rtcp.so
|
||||||
|
Reference in New Issue
Block a user