From 28154344e79f1d5f20d1189294c93104e8970064 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 26 Mar 2008 17:44:35 +0000 Subject: [PATCH] Merged revisions 110963 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ................ r110963 | kpfleming | 2008-03-26 12:44:09 -0500 (Wed, 26 Mar 2008) | 10 lines 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/branches/1.6.0@110964 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- UPGRADE.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/UPGRADE.txt b/UPGRADE.txt index c4e7d00ff6..7aaaf399a6 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -201,4 +201,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.