aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-02 14:37:50 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-02 14:37:50 +0000
commit16a0b3a8a62d0161f0e8f6fd5780d1f41c024836 (patch)
tree77bc1571ad6e16373f64e7cbbea2e65c69953368 /CHANGES
parent7eb5322b5bdb438ec5ca5751e4394adcd20cc824 (diff)
note that chan_console requires portaudio v19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@95839 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index f6d23d98b..95ddd579b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -146,7 +146,8 @@ Console Channel Driver changes
* Added a new channel driver, chan_console, which uses portaudio as a cross
platform audio interface. It was written as a channel driver that would
work with Mac CoreAudio, but portaudio supports a number of other audio
- interfaces, as well.
+ interfaces, as well. Note that this channel driver requires v19 or higher
+ of portaudio; older versions have a different API.
Phone channel changes (chan_phone)
----------------------------------