From: Automerge script Date: Wed, 26 Mar 2008 20:29:26 +0000 (+0000) Subject: automerge commit X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=adcb8cfb9c75b91796f5e1b4f2080f4d184bc802;p=thirdparty%2Fasterisk.git automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@111184 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/UPGRADE.txt b/UPGRADE.txt index e4a78237a1..bb93234a5a 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -211,13 +211,7 @@ iLBC Codec: (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. + channels in Asterisk, you can run the contrib/scripts/get_ilbc_source.sh + script to download the source and put it in the proper place in + the Asterisk build tree. Once that is done you can follow your normal + steps of building Asterisk.