aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-04 10:01:11 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-04 10:01:11 +0000
commit273751850f1022a956ae04a6c51ca3260c37dd07 (patch)
tree5a2fd07365e774230c7de4679373ca7689539ee1 /configs
parent0f9bad7682d442bcacc07eaaf9c38b05eded7c05 (diff)
Merged revisions 191955 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r191955 | kpfleming | 2009-05-04 11:57:36 +0200 (Mon, 04 May 2009) | 8 lines 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: http://svn.digium.com/svn/asterisk/branches/1.6.2@191958 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-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