From: Kevin P. Fleming Date: Wed, 2 Jan 2008 14:37:50 +0000 (+0000) Subject: note that chan_console requires portaudio v19 X-Git-Tag: 1.6.0-beta1~3^2~228 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4e80a108341cc5cc3ca3d0082420d8ae9276d8d;p=thirdparty%2Fasterisk.git note that chan_console requires portaudio v19 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95839 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/CHANGES b/CHANGES index f6d23d98b9..95ddd579bf 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) ----------------------------------