Friday, May 1, 2020

G729 Codec Download and Installing

Installing G729 Codec Asterisk 1.8


cd /usr/lib64/asterisk/modules

wget http://asterisk.hosting.lv/bin/codec_g729-ast18-icc-glibc-x86_64-core2.so

mv codec_g729-ast18-icc-glibc-x86_64-core2.so codec_g729.so
asterisk -r

module load codec_g729.so

/etc/init.d/asterisk restart





Installing G729 Codec Asterisk 11.X


cd /usr/lib64/asterisk/modules

wget http://asterisk.hosting.lv/bin/codec_g729-ast110-gcc4-glibc-x86_64-core2.so

mv codec_g729-ast110-gcc4-glibc-x86_64-core2.so codec_g729.so

asterisk -r

module load codec_g729.so

/etc/init.d/asterisk restart





Installing G729 Codec Asterisk 13.X


cd /usr/lib64/asterisk/modules

wget http://asterisk.hosting.lv/bin/codec_g729-ast130-gcc4-glibc-x86_64-core2.so

mv codec_g729-ast130-gcc4-glibc-x86_64-core2.so codec_g729.so

asterisk -r

module load codec_g729.so

/etc/init.d/asterisk restart




Verify Codec Installation


asterisk -r 

core show translations

No comments:

Post a Comment

Windows Server 2016/2019/2022 Evaluation: How to extend the Trial Period ?

How to extend the Trial Period ? Pay attention to the Time-based activation expiration and the Remaining Windows rearm count. You can rearm ...