[Asterisk-cvs] asterisk/configs modules.conf.sample,1.8,1.9

kpfleming kpfleming
Thu Nov 17 12:07:35 CST 2005


Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv14613/configs

Modified Files:
	modules.conf.sample 
Log Message:
backport chan_modem fixes from v1-2


Index: modules.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/modules.conf.sample,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- modules.conf.sample	16 Nov 2005 22:40:43 -0000	1.8
+++ modules.conf.sample	17 Nov 2005 16:57:25 -0000	1.9
@@ -31,10 +31,14 @@
 ;
 noload => app_intercom.so
 ;
-; Explicitly load the chan_modem.so early on to be sure
-; it loads before any of the chan_modem_* 's afte rit
+; The 'modem' channel driver and its subdrivers are
+; obsolete, don't load them.
+;
+noload => chan_modem.so
+noload => chan_modem_aopen.so
+noload => chan_modem_bestdata.so
+noload => chan_modem_i4l.so
 ;
-;load => chan_modem.so
 load => res_musiconhold.so
 ;
 ; Load either OSS or ALSA, not both
@@ -47,4 +51,3 @@
 ; exported to modules loaded after them.
 ;
 [global]
-;chan_modem.so=yes




More information about the svn-commits mailing list