]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 111125 via svnmerge from
authorKevin P. Fleming <kpfleming@digium.com>
Wed, 26 Mar 2008 19:51:24 +0000 (19:51 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Wed, 26 Mar 2008 19:51:24 +0000 (19:51 +0000)
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r111125 | kpfleming | 2008-03-26 14:49:30 -0500 (Wed, 26 Mar 2008) | 2 lines

update UPGRADE notes to document usage of the script

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@111126 65c4cc65-6c06-0410-ace0-fbb531ad65f3

UPGRADE.txt

index 59542cc4c9c765938ae4f7afa2b1db0c6152faf2..53f047eaeba44e40b9d96ee539f4e410e881d13b 100644 (file)
@@ -488,15 +488,8 @@ 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. You will
-  need to run 'menuselect' and enable the iLBC codec in the 'Codec
-  Translators' category.
+  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. You will need to run 'menuselect' and enable
+  the iLBC codec in the 'Codec  Translators' category.