aboutsummaryrefslogtreecommitdiffstats
path: root/configs/modules.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-06-26 18:57:54 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-06-26 18:57:54 +0000
commit61f9833f34202ceb330d48a96ad7001b0cf6e29c (patch)
tree80a28690ee643499ada51ba9017d2b9158fddf8c /configs/modules.conf.sample
parent33c346a7a97c9234af886eb0cab053f1805daa62 (diff)
Fix modules.conf to show how to disable OSS/Alsa
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1124 f38db490-d61c-443f-a65b-d21fe96a405b
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.
;