Claim your Biolink Click Here
1 like 0 dislike
1.6k views
Can anyone help me?

I have centos 32 bit & Asterisk 11 version
in Education & Reference by | 1.6k views

3 Answers

0 like 0 dislike
Download the module from the beow URL

wget http://asterisk.hosting.lv/bin162/codec_g729-ast16-gcc4-glibc-pentium4.so

 

then Move the module to the module directory and rename as below

mv codec_g729-ast16-gcc4-glibc-pentium4.so codec_g729.so

 

after that restart the server by the below command

asterisk restart
by (4.7k points)
0 like 0 dislike

Follow the below steps to install the proper G729 codec for asterisks

You can download the Free g729 from the below link
http://asterisk.hosting.lv/

Before Downloading the codec you need to check below details
1. 32 bit or 64 bit
2. asterisk version
3. server type like: intel, amd

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Command to check 32bit or 64 bit os
uname -a
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Command to check asterisk version
asterisk -rx \\"core show version\\"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Command to check the server type
cat /proc/cpuinfo

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

As of writting this blog mine is asterisk 1.8

Asterisk 1.8 32 bit intel machine 

cd /usr/src
wget http://asterisk.hosting.lv/bin/codec_g729-ast18-gcc4-glibc-pentium4.so
cp codec_g729-ast18-gcc4-glibc-pentium4.so /usr/lib/asterisk/modules/codec_g729.so
chmod  +x /usr/lib/asterisk/modules/codec_g729.so
asterisk -rc \\\"module load codec_g729.so\\\"
Asterisk 1.8 64 bit intel machine

cd /usr/src wget http://asterisk.hosting.lv/bin/codec_g729-ast18-gcc4-glibc-x86_64-pentium4.so

cp codec_g729-ast18-gcc4-glibc-x86_64-pentium4.so
/usr/lib64/asterisk/modules/codec_g729.so chmod +x
/usr/lib64/asterisk/modules/codec_g729.so asterisk -rc \\"module load
codec_g729.so\\"

Asterisk 1.8 AMD machines

cd /usr/src
wget http://asterisk.hosting.lv/bin/codec_g729-ast18-gcc4-glibc-athlon-sse.so
cp codec_g729-ast18-gcc4-glibc-athlon-sse.so /usr/lib/asterisk/modules/codec_g729.so
chmod  +x /usr/lib/asterisk/modules/codec_g729.so
asterisk -rc \\\"module load codec_g729.so\\\"

Now check the whether codec is loaded
asterisk -rx \\"core show translation\\"

by (830 points)
0 like 0 dislike
by

Related questions

0 like 0 dislike
1 answer
1 like 0 dislike
1 answer
asked Jul 16, 2014 in Education & Reference by Simmi (830 points) | 742 views
1 like 0 dislike
1 answer
0 like 0 dislike
1 answer
asked Sep 24, 2017 in Education & Reference by Sam (1.6k points) | 1.6k views
2 like 0 dislike
2 answers
1 like 0 dislike
1 answer
asked Jul 5, 2014 in Education & Reference by Bhoomika (-30 points) | 550 views
0 like 0 dislike
1 answer
0 like 0 dislike
1 answer
0 like 0 dislike
1 answer
0 like 0 dislike
1 answer

Where your donation goes
Technology: We will utilize your donation for development, server maintenance and bandwidth management, etc for our site.

Employee and Projects: We have only 15 employees. They are involved in a wide sort of project works. Your valuable donation will definitely boost their work efficiency.

How can I earn points?
Awarded a Best Answer 10 points
Answer questions 10 points
Asking Question -20 points

1,312 questions
1,473 answers
569 comments
4,809 users