aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-04 09:58:56 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-04 09:58:56 +0000
commitcf05ca79937b5a274029006698e1cf70c31d5b52 (patch)
treeb46dfcab7588a53fc61361d2c123f1b22be1ab3f /configs
parentc074b0ee08930c3bae3dae95a6c4dc197d03fcf0 (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.0@191956 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 2ca3c03d4..6016fa57c 100644
--- a/configs/modules.conf.sample
+++ b/configs/modules.conf.sample
@@ -36,4 +36,4 @@ load => res_musiconhold.so
;
noload => chan_alsa.so
;noload => chan_oss.so
-;noload => chan_console.so
+noload => chan_console.so