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: Quick 1-Liner to Locate Path to Executable

PS C:\Users\tester> (get-command robocopy.exe) | select DefinitionDefinition----------C:\Program Files (x86)\Windows Resource Kits\Tools\robocopy.exeC:\Windows\system32\Robocopy.exe

WGET Error on Windows and Its Quick Resolution

Error:PS C:\temp> Invoke-WebRequest -Uri $fileInvoke-WebRequest : The response content cannot be parsed because the Internet…

A Short List of Windows Remote Desktop Server Error Messages

Log Messages: 'Failed GetConnectionProperty' in CUMRDPConnection::QueryProperty at 2884 err=[0x80004001]'Connection doesn't support logon error redirector' in…