aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-04 10:00:04 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-04 10:00:04 +0000
commit4ccc95fd17157a5b6cb5fcaa858df1e2b6612516 (patch)
treea7ccc5bebdcb8bfa1f117f2e7b185169db9eea25 /configs
parent1bddaa7a23b2f0f1355949b1e652cf936fe064b3 (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.1@191957 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 8f73de1ef..e18753b85 100644
--- a/configs/modules.conf.sample
+++ b/configs/modules.conf.sample
@@ -36,7 +36,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