Estou tendo a mesma dificuldade..<br />Ja rodei o script.. <br /><br />root@debian:/usr/src/asterisk-1.6.2.18# ./contrib/scripts/get_ilbc_source.sh<br />***<br />This script will download the Global IP Solutions iLBC encoder/decoder<br />source code from http://ilbcfreeware.org. Use of this code requires<br />agreeing to the license agreement present at that site.<br /><br />This script assumes that you have already agreed to the license agreement.<br />If you have not done so, you can abort the script now.<br />***<br /><br />--2011-09-16 12:56:50--  http://www.ietf.org/rfc/rfc3951.txt<br />Resolvendo www.ietf.org... 12.22.58.30, 2001:1890:123a::1:1e<br />Conectando-se a www.ietf.org|12.22.58.30|:80... conectado.<br />A requisição HTTP foi enviada, aguardando resposta... 200 OK<br />Tamanho: 373442 (365K) [text/plain]<br />Salvando em: âcodecs/ilbc/rfc3951.txt.1â<br /><br />100%[========================================================================================
 ============================&gt;] 373442       168K/s   em 2,2s<br /><br />2011-09-16 12:56:52 (168 KB/s) - âcodecs/ilbc/rfc3951.txt.1â<br /><br />***<br />The iLBC source code download is complete.<br />***<br /><br />Veja a saída:<br /><br />root@debian:/usr/src/asterisk-1.6.2.18# ls codecs/ilbc/<br /><br />extract-cfile.awk  rfc3951.txt<br /><br />root@debian:/usr/src/asterisk-1.6.2.18# ls codecs/<br /><br />codec_adpcm.c   codec_alaw.o   codec_a_mu.so   codec_g722.c   codec_g726.o   codec_gsm.so      codecs         ex_alaw.h  ex_ilbc.h   g722        lpc10 codec_adpcm.o   codec_alaw.so  codec_dahdi.c   codec_g722.o   codec_g726.so  codec_ilbc.c      codec_speex.c  ex_g722.h  ex_lpc10.h  gsm    Makefile codec_adpcm.so  codec_a_mu.c   codec_dahdi.o   codec_g722.so  codec_gsm.c    codec_lpc10.c     codec_ulaw.c   ex_g726.h  ex_speex.h  ilbc codec_alaw.c    codec_a_mu.o   codec_dahdi.so  co
 dec_g726.c   codec_gsm.o    codec_resample.c  ex_adpcm.h     ex_gsm.h   ex_ulaw.h   log2comp.h<br /><br /><br />Depois tento:<br />make clean<br />make menuselect (e ativo o ilbc em codecs)<br />./configure<br />make<br /><br />E da o mesmo erro:<br /> [CC] codec_ilbc.c -&gt; codec_ilbc.o<br />codec_ilbc.c:40:30: error: ilbc/iLBC_encode.h: Arquivo ou diretório não encontrado<br />codec_ilbc.c:41:30: error: ilbc/iLBC_decode.h: Arquivo ou diretório não encontrado<br />codec_ilbc.c:56: error: expected specifier-qualifier-list before âiLBC_Enc_Inst_tâ<br />codec_ilbc.c: In function âlintoilbc_newâ:<br />codec_ilbc.c:66: warning: implicit declaration of function âinitEncodeâ<br />codec_ilbc.c:66: error: âstruct ilbc_coder_pvtâ has no member named âencâ<br />codec_ilbc.c: In function âilbctolin_newâ:<br />codec_ilbc.c:75: warning: implicit declaration of function âinitDecodeâ<br />codec_ilbc.c:75: error: âstruct ilbc_coder_pvtâ has no memb
 er named âdecâ<br />codec_ilbc.c: In function âilbctolin_frameinâ:<br />codec_ilbc.c:113: warning: implicit declaration of function âiLBC_decodeâ<br />codec_ilbc.c:113: error: âstruct ilbc_coder_pvtâ has no member named âdecâ<br />codec_ilbc.c: In function âlintoilbc_frameinâ:<br />codec_ilbc.c:131: error: âstruct ilbc_coder_pvtâ has no member named âbufâ<br />codec_ilbc.c: In function âlintoilbc_frameoutâ:<br />codec_ilbc.c:152: error: âstruct ilbc_coder_pvtâ has no member named âbufâ<br />codec_ilbc.c:153: warning: implicit declaration of function âiLBC_encodeâ<br />codec_ilbc.c:153: error: âstruct ilbc_coder_pvtâ has no member named âencâ<br />codec_ilbc.c:162: error: âstruct ilbc_coder_pvtâ has no member named âbufâ<br />codec_ilbc.c:162: error: âstruct ilbc_coder_pvtâ has no member named âbufâ<br />make[1]: ** [codec_ilbc.o] Erro 1<br />make: ** [codecs] Erro 2<br /><br /><br />Ja dei uma lida no google mas falam sempre para executar 
 o script.. Fiz, refiz, etc.. e nada.<br /><br />Obg<br />Felippe.<br /><br />