summaryrefslogtreecommitdiff
path: root/configs/modules.conf.sample
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-06-26 18:57:54 +0000
committerMark Spencer <markster@digium.com>2003-06-26 18:57:54 +0000
commit3a83b65a88b8e25eda53513d720cb4b816825059 (patch)
tree80a28690ee643499ada51ba9017d2b9158fddf8c /configs/modules.conf.sample
parent1e7da835b89e77553f6845c62fefc01bf8a18900 (diff)
Fix modules.conf to show how to disable OSS/Alsa
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1124 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/modules.conf.sample')
-rwxr-xr-xconfigs/modules.conf.sample7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/modules.conf.sample b/configs/modules.conf.sample
index 1c63303b7..8dcee358c 100755
--- a/configs/modules.conf.sample
+++ b/configs/modules.conf.sample
@@ -25,6 +25,13 @@ noload => app_intercom.so
;
load => chan_modem.so
load => res_musiconhold.so
+;
+; Load either OSS or ALSA, not both
+; By default, load OSS only (automatically) and do not load ALSA
+;
+noload => chan_alsa.so
+;noload => chan_oss.so
+;
; Module names listed in "global" section will have symbols globally
; exported to modules loaded after them.
;