summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2018-01-29 08:51:55 -0500
committerCorey Farrell <git@cfware.com>2018-01-29 13:40:11 -0500
commitcf21e9fc97d30d846fbf3ff05050c018a9642ae1 (patch)
tree656abea6f8b689e24d6de550a6ad247b5f3541e4 /configs
parentbd565fc7cf79b8b18e3a88c01bbf1d364abdf7c8 (diff)
Sample modules.conf: comment out example load statement.
The sample modules.conf explicitly loaded res_musiconhold.so. This is redundent as autoload=yes is already set. It causes warnings if res_musiconhold.so was not installed and results in an unexpected load if the admin disables autoload without remembering to remove the res_musiconhold load statement. Also remove reference to unknown module pbx_gtkconsole. Change-Id: Ib01888994d9f1364b14d3c9fb6ff96774a6e580a
Diffstat (limited to 'configs')
-rw-r--r--configs/samples/modules.conf.sample7
1 files changed, 1 insertions, 6 deletions
diff --git a/configs/samples/modules.conf.sample b/configs/samples/modules.conf.sample
index 38e33e1f4..431a0a8cf 100644
--- a/configs/samples/modules.conf.sample
+++ b/configs/samples/modules.conf.sample
@@ -29,12 +29,7 @@ autoload=yes
; If you want you can combine with preload
; preload-require = res_odbc.so
;
-; If you want, load the GTK console right away.
-;
-noload => pbx_gtkconsole.so
-;load => pbx_gtkconsole.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).