From 258128deb32b67bd7313575593304cf0451791fe Mon Sep 17 00:00:00 2001 From: kpfleming Date: Wed, 26 Mar 2008 16:42:35 +0000 Subject: Merged revisions 110869 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r110869 | kpfleming | 2008-03-26 08:53:46 -0700 (Wed, 26 Mar 2008) | 2 lines due to licensing restrictions, we cannot distribute the source code for iLBC encoding and decoding... so remove it, and add instructions on how the user can obtain it themselves ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@110880 f38db490-d61c-443f-a65b-d21fe96a405b --- UPGRADE.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'UPGRADE.txt') diff --git a/UPGRADE.txt b/UPGRADE.txt index 3f6e0aa1e..783c92e05 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -481,3 +481,20 @@ Formats: future release. The use of GAIN for the increasing of voicemail message volume should use the 'volgain' option in voicemail.conf +iLBC Codec: + +* Previously, the Asterisk source code distribution included the iLBC + encoder/decoder source code, from Global IP Solutions + (http://www.gipscorp.com). This code is not licensed for + distribution, and thus has been removed from the Asterisk source + code distribution. If you wish to use codec_ilbc to support iLBC + channels in Asterisk, you must go to: + + http://ilbcfreeware.org + + and obtain the iLBC source code from that site, including agreeing + to the license agreement specified. The site has instructions on how + to extract the source code from the RFC file where it has been + published; after you have done that, copy the resulting *.c and *.h + files into the codecs/ilbc directory of the Asterisk source code + tree and follow your normal steps of building Asterisk. -- cgit v1.2.3