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

Quick and Dirty Script to Watch and Start / Restart Windows Service

// powershell.exe// -ExecutionPolicy Bypass c:\scripts\serviceCheck.ps1$serviceName = '[input-service-name-here]'$arrService = Get-Service -Name $serviceNamewhile ($arrService.Status -ne 'Running'){ Start-Service…

Excel MD5 Hash Function

Go to the VB editor (Alt-F11), right-click on your workbook in theproject window, and click…

System Backup Proposal for Businesses not Under Regulations

Objectives: - RPO 10 minutes for Data of mission critial servers (Domino & Finance) -…