Posted On March 31, 2019

G729 Codec

kimconnect 0 comments
blog.KimConnect.com >> Windows >> G729 Codec
cd /usr/lib/asterisk/modules
wget http://asterisk.hosting.lv/
mv codec_g729-ast110-gcc4-glibc-x86_64-core2.so codec_g729.so
chmod 755 codec_g729.so
amportal restart
asterisk -rx "core show codecs"

Download these two files:
1. codec_g729-ast110-gcc4-glibc-x86_64-core2.so
2. codec_g723-ast110-gcc4-glibc-x86_64-core2.so

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: Stop Any Service on Windows!

Problem: some system protected services cannot be stopped. PS C:\Users\KingKong> stop-service msmpsvcStop-Service : Service 'Microsoft…

How to Disable Disk Checking on Windows Bootup

Run CMD or PowerShell as Administrator Issue this command to exclude checking of Systems volume…

How to Become a DevOps Engineer in 2020

This note is scribbled up with about 5-minute of time. Thus, it may not have…