From 3a83b65a88b8e25eda53513d720cb4b816825059 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Thu, 26 Jun 2003 18:57:54 +0000 Subject: 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 --- configs/modules.conf.sample | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configs/modules.conf.sample') 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. ; -- cgit v1.2.3