]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
note that chan_console requires portaudio v19
authorKevin P. Fleming <kpfleming@digium.com>
Wed, 2 Jan 2008 14:37:50 +0000 (14:37 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Wed, 2 Jan 2008 14:37:50 +0000 (14:37 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95839 65c4cc65-6c06-0410-ace0-fbb531ad65f3

CHANGES

diff --git a/CHANGES b/CHANGES
index f6d23d98b97da78b4514d0d947bd677c8b658d76..95ddd579bf98084a671628ab0c9ca0e1f2e0a0e7 100644 (file)
--- 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)
 ----------------------------------