aboutsummaryrefslogtreecommitdiffstats
path: root/configs/modules.conf.sample
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-31 16:13:26 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-31 16:13:26 +0000
commit4bc50170da8e6e2863a5ae3b27ebd37921ece171 (patch)
tree1967c03ad44b5687d7c9bd31bc25eb3226094406 /configs/modules.conf.sample
parent1321156549b0805eb84f062331db1143ef83cd7c (diff)
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: http://svn.digium.com/svn/asterisk/trunk@95412 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/modules.conf.sample')
-rw-r--r--configs/modules.conf.sample5
1 files changed, 3 insertions, 2 deletions
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