[asterisk-commits] kpfleming: branch 1.6.0 r191956 - in /branches/1.6.0: ./ configs/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon May 4 04:58:59 CDT 2009
Author: kpfleming
Date: Mon May 4 04:58:56 2009
New Revision: 191956
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=191956
Log:
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.
........
Modified:
branches/1.6.0/ (props changed)
branches/1.6.0/configs/modules.conf.sample
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/configs/modules.conf.sample
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.0/configs/modules.conf.sample?view=diff&rev=191956&r1=191955&r2=191956
==============================================================================
--- branches/1.6.0/configs/modules.conf.sample (original)
+++ branches/1.6.0/configs/modules.conf.sample Mon May 4 04:58:56 2009
@@ -36,4 +36,4 @@
;
noload => chan_alsa.so
;noload => chan_oss.so
-;noload => chan_console.so
+noload => chan_console.so
More information about the asterisk-commits
mailing list