From: Kevin P. Fleming Date: Wed, 26 Mar 2008 17:44:09 +0000 (+0000) Subject: Merged revisions 110962 via svnmerge from X-Git-Tag: 1.6.0-beta7~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=caf7b47b69d29e669aca53634bbcfbf74d23de1d;p=thirdparty%2Fasterisk.git Merged revisions 110962 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r110962 | kpfleming | 2008-03-26 12:43:02 -0500 (Wed, 26 Mar 2008) | 2 lines add note that the user will need to enable codec_ilbc to get it to build ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@110963 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/UPGRADE.txt b/UPGRADE.txt index b74d7b3c64..642dde86e5 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -204,4 +204,6 @@ iLBC Codec: 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. + 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.