summaryrefslogtreecommitdiff
path: root/configs/modules.conf.sample
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2009-05-04 09:57:36 +0000
committerKevin P. Fleming <kpfleming@digium.com>2009-05-04 09:57:36 +0000
commitf7e4f776eafa205440cba7c0009f3a77adcd3e04 (patch)
tree7294a15791af6bfe47dbd8053b4cdee169e48b9c /configs/modules.conf.sample
parent73743b77b0644be36f8712d0a94289de0263aaf8 (diff)
Ensure that by default only one console channel driver is loaded
This configuration file was changed to ensure that only one console channel driver (chan_oss) is loaded by default, but the change would only work if chan_console was not built. Now it will work as expected; if chan_alsa or chan_console are built and installed, they will not be loaded unless explicity requested. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@191955 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/modules.conf.sample')
-rw-r--r--configs/modules.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/modules.conf.sample b/configs/modules.conf.sample
index 88ded5a40..bdcc266cd 100644
--- a/configs/modules.conf.sample
+++ b/configs/modules.conf.sample
@@ -33,7 +33,7 @@ load => res_musiconhold.so
;
noload => chan_alsa.so
;noload => chan_oss.so
-;noload => chan_console.so
+noload => chan_console.so
;
;
; Only load one timing interface. If DAHDI is available, use that as it will