From de96aab0b83b7c2d8d61043f788fd955196c435b Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Mon, 4 May 2009 09:58:56 +0000 Subject: [PATCH] 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: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@191956 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/modules.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/modules.conf.sample b/configs/modules.conf.sample index 2ca3c03d40..6016fa57cf 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