[asterisk-commits] kpfleming: trunk r191955 - /trunk/configs/modules.conf.sample

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon May 4 04:57:40 CDT 2009


Author: kpfleming
Date: Mon May  4 04:57:36 2009
New Revision: 191955

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=191955
Log:
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:
    trunk/configs/modules.conf.sample

Modified: trunk/configs/modules.conf.sample
URL: http://svn.digium.com/svn-view/asterisk/trunk/configs/modules.conf.sample?view=diff&rev=191955&r1=191954&r2=191955
==============================================================================
--- trunk/configs/modules.conf.sample (original)
+++ trunk/configs/modules.conf.sample Mon May  4 04:57:36 2009
@@ -33,7 +33,7 @@
 ;
 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




More information about the asterisk-commits mailing list