From: Jason Parker Date: Mon, 17 Oct 2011 16:18:48 +0000 (+0000) Subject: Add information about limitations of new codec support in channel drivers. X-Git-Tag: 11.0.0-beta1~1025 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a79c41ee6687ed698ff39d34b9a01ec638bdedd2;p=thirdparty%2Fasterisk.git Add information about limitations of new codec support in channel drivers. (issue ASTERISK-18680) ........ Merged revisions 341094 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@341096 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/CHANGES b/CHANGES index bdd89b808f..ea49471e4a 100644 --- a/CHANGES +++ b/CHANGES @@ -130,6 +130,13 @@ CODECS * Ability to read raw signed linear files with sample rates ranging from 8khz - 192khz. The new file extensions introduced are .sln12, .sln24, .sln32, .sln44, .sln48, .sln96, .sln192. + * Due to protocol limitations, channel drivers other than SIP (eg. IAX2, MGCP, + Skinny, H.323, etc) can still only support the following codecs: + Audio: ulaw, alaw, slin, slin16, g719, g722, g723, g726, g726aal2, g729, gsm, + siren7, siren14, speex, speex16, ilbc, lpc10, adpcm + Video: h261, h263, h263p, h264, mpeg4 + Image: jpeg, png + Text: red, t140 ConfBridge --------------------------