aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-17 04:26:07 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-17 04:26:07 +0000
commit778c886a2d9eea663b040266ffdfe2ecab2e82b2 (patch)
treeefff2b3932175e1def9ad89463c9c214317b6fde /configs
parent419bf03ad71d112e3075ea47c367cc8a02483e6c (diff)
fix remaining breakage related to chan_modem modules
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7127 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/modules.conf.sample11
1 files changed, 7 insertions, 4 deletions
diff --git a/configs/modules.conf.sample b/configs/modules.conf.sample
index bf8d00677..418433688 100755
--- a/configs/modules.conf.sample
+++ b/configs/modules.conf.sample
@@ -31,10 +31,14 @@ noload => pbx_kdeconsole.so
;
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 @@ noload => chan_alsa.so
; exported to modules loaded after them.
;
[global]
-;chan_modem.so=yes