Free G729 codec for asterisk
Installing Free g729 codec in asterisk
1. Download the appropriate codec from the below link
http://asterisk.hosting.lv/
Check your asterisk version — asterisk –rx “core show version”
check whether 32bit or 64 bit — uname -a
For asterisk 1.4 version and 32 bit Pentium based server (like intelxeon ,p4, dualcore core2duo0
http://asterisk.hosting.lv/bin/codec_g729-ast14-gcc4-glibc-pentium4.so
For asterisk 1.4 and 64bit os (intel xeon all pentium )
http://asterisk.hosting.lv/bin/codec_g729-ast14-gcc4-glibc-x86_64-pentium4.so
For asterisk 1.4 AMD athlon machines
http://asterisk.hosting.lv/bin/codec_g729-ast14-gcc4-glibc-athlon-sse.so
inlinux type
cd /usr/lib/asterisk/modules
wget http://asterisk.hosting.lv/bin/codec_g729-ast14-gcc4-glibc-pentium4.so
mv codec_g729-ast14-gcc4-glibc-pentium4.so codec_g729.so
chmod +x codec_g729.so
asterisk –vvvvr
>module load codec_g729.so
now check whether the codec is loaded or not
>show translation
For any support or consultation, Let Us Know.