From 4e99cc88e2b9c96d0e0d7de56ee8fc8369effed1 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 31 Dec 2007 16:13:26 +0000 Subject: Merge the main set of changes from team/russell/chan_console. Add a new console channel driver, chan_console, which is a console channel driver that uses portaudio as a cross platform audio interface. It was written to provide a console channel driver that works with Mac CoreAudio, but it supports a number of other audio interfaces, as well, including OSS and ALSA. It could one day be the single console channel driver, but does not yet have as many features as chan_oss. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95412 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/modules.conf.sample | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configs/modules.conf.sample') diff --git a/configs/modules.conf.sample b/configs/modules.conf.sample index 0c92e1d0c..8610dbca5 100644 --- a/configs/modules.conf.sample +++ b/configs/modules.conf.sample @@ -31,8 +31,9 @@ noload => pbx_kdeconsole.so ; load => res_musiconhold.so ; -; Load either OSS or ALSA, not both -; By default, load OSS only (automatically) and do not load ALSA +; Load one of: chan_oss, alsa, or console (portaudio). +; By default, load chan_oss only (automatically). ; noload => chan_alsa.so ;noload => chan_oss.so +;noload => chan_console.so -- cgit v1.2.3