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

How To Use NXLog On A Windows Client

Step 1: Setup Server - Install a log aggregation server is out of scope of…

VoIP Test Plan

Have MPLS or VPN connections between sites and ensure that these requirements are satisfied: a.…

ScreenConnect and NGINX

source:   Create TLS certificate folder sudo mkdir /etc/nginx/tls cd /etc/nginx/tls   Create server key…