[Asterisk-cvs] asterisk/configs modules.conf.sample,1.8,1.8.2.1
kpfleming
kpfleming
Wed Nov 16 23:36:13 CST 2005
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv10526/configs
Modified Files:
Tag: v1-2
modules.conf.sample
Log Message:
fix remaining breakage related to chan_modem modules
Index: modules.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/modules.conf.sample,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -u -d -r1.8 -r1.8.2.1
--- modules.conf.sample 16 Nov 2005 22:40:43 -0000 1.8
+++ modules.conf.sample 17 Nov 2005 04:26:07 -0000 1.8.2.1
@@ -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