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
This commit is contained in:
Mark Spencer
2003-06-26 18:57:54 +00:00
parent 1e7da835b8
commit 3a83b65a88

View File

@@ -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.
;