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

iSeries Access ODBC Setup

Run ODBC Data Source Administrator > click on System DSN

PowerShell: Enable TLS 1.2 on Windows

function enableTls12{ try{ $null=New-Item 'HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server' -Force $null=New-Item 'HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client' -Force $null=New-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server'…

How to convert Windows evaluation to a licensed version

Determine installed Windows version:   DISM /online /Get-CurrentEdition Check possible target editions:   DISM /online…