Project

General

Profile

CODEC G729 - Can't get this to work !!!

Added by Guillermo Quiros almost 10 years ago

Hello World... hope you all are having a good weekend...

Hardware on all 4 servers:
240gb SSD
32gb DDR3 Ram
CPU = 24 THREAD: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz

Software:
GO AUTO DIAL v3.0 (From ISO)
Asterisk 1.8.23.0-1
( yum -y update asterisk --enablerepo goautodial-testing )
cd /usr/src/vicidial/
perl install.pl --asterisk_version=1.8 --copy_sample_conf_files --no-prompt

GOadmin 3.3 (yum -y update goautodial-ce --enablerepo goautodial-testing)
CentOS is fully UP TO DATE (yum -y update)

  1. CODEC G729 ### http://asterisk.hosting.lv/

#Codec G729
wget http://asterisk.hosting.lv/bin/codec_g729-ast18-gcc4-glibc-pentium4.so
mv codec_g729-ast18-gcc4-glibc-pentium4.so /usr/lib/asterisk/modules/codec_g729.so
chmod +x codec_g729.so

I am pretty sure i did the right thing..

After that, i reboot the server

I tried using:
a) EyeBeam (paid version)
b) GrandStream GXP2200 ( Sip Phone - hardware )

But when i try to dial ANY number i get:

[May 31 19:28:10] == Using SIP RTP CoS mark 5
[May 31 19:28:10] NOTICE7062: chan_sip.c:9767 process_sdp: No compatible codecs, not accepting this offer!

If anybody could help me to get a solution, please, let me know guys... i will really appreciate this !!!

Ps:
I know it is NOT a carrier error... cause i am a carrier myself


Replies (6)

RE: CODEC G729 - Can't get this to work !!! - Added by striker 247 almost 10 years ago

post the output of below command from asterisk cli.
core show translations

are you dialling from agent screen or direct dialling from Xlite/IPPhone?
if so go to sip.conf and change allow=ulaw to allow=g729 and check the calls

br
striker
www.striker24x7.blogspot.com

RE: CODEC G729 - Can't get this to work !!! - Added by Guillermo Quiros almost 10 years ago

Man,... i though since i did it on web... it does not need more changes... but... THANKS....

Thanks so much !!!

RE: CODEC G729 - Can't get this to work !!! - Added by Guillermo Quiros almost 10 years ago

BTW,.. which CODEC will work better for me ?

PENTIUM 4
CORE2
core2-sse4

GCC or ICC ?

Remember i got this CPU:
CPU = 24 THREAD: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz

Thanks !!!

RE: CODEC G729 - Can't get this to work !!! - Added by striker 247 almost 10 years ago

can u paste the output of below command

asterisk -rx "core show translation"

Are you dialling from agent screen or directly from xlite/ipphone.

RE: CODEC G729 - Can't get this to work !!! - Added by Guillermo Quiros almost 10 years ago

So which codec will work the best on my system?

We are dialing direct from AGENT screen and as well AUTO DIAL using EyeBeam (XLITE as my understanding does not hold G729)

[root@go ~]# asterisk -rx "core show translation"
Translation times between formats (in microseconds) for one second of data
Source Format (Rows) Destination Format (Columns)

g723   gsm  ulaw  alaw g726aal2 adpcm  slin lpc10  g729 speex  ilbc  g726  g722 siren7 siren14 slin16  g719 speex16 testlaw
g723 - 3000 1001 2000 3000 1001 1000 2999 5999 - 11998 4000 2000 - - 3000 - - 1001
gsm 5998 - 1001 2000 3000 1001 1000 2999 5999 - 11998 4000 2000 - - 3000 - - 1001
ulaw 4999 2001 - 1 2001 2 1 2000 5000 - 10999 3001 1001 - - 2001 - - 2
alaw 4999 2001 1 - 2001 2 1 2000 5000 - 10999 3001 1001 - - 2001 - - 2
g726aal2 4999 2001 2 1001 - 2 1 2000 5000 - 10999 3001 1001 - - 2001 - - 2
adpcm 4999 2001 2 1001 2001 - 1 2000 5000 - 10999 3001 1001 - - 2001 - - 2
slin 4998 2000 1 1000 2000 1 - 1999 4999 - 10998 3000 1000 - - 2000 - - 1
lpc10 5998 3000 1001 2000 3000 1001 1000 - 5999 - 11998 4000 2000 - - 3000 - - 1001
g729 6998 4000 2001 3000 4000 2001 2000 3999 - - 12998 5000 3000 - - 4000 - - 2001
speex - - - - - - - - - - - - - - - - - - -
ilbc 8997 5999 4000 4999 5999 4000 3999 5998 8998 - - 6999 4999 - - 5999 - - 4000
g726 5997 2999 1000 1999 2999 1000 999 2998 5998 - 11997 - 1999 - - 2999 - - 1000
g722 5998 3000 1001 2000 3000 1001 1000 2999 5999 - 11998 4000 - - - 1000 - - 1001
siren7 - - - - - - - - - - - - - - - - - - -
siren14 - - - - - - - - - - - - - - - - - - -
slin16 7998 5000 3001 4000 5000 3001 3000 4999 7999 - 13998 6000 2000 - - - - - 3001
g719 - - - - - - - - - - - - - - - - - - -
speex16 - - - - - - - - - - - - - - - - - - -
testlaw 4999 2001 2 1001 2001 2 1 2000 5000 - 10999 3001 1001 - - 2001 - - -
[root@go ~]#

RE: CODEC G729 - Can't get this to work !!! - Added by striker 247 almost 10 years ago

seems you have g729 installed

g729 6998 4000 2001 3000 4000 2001 2000 3999 - - 12998 5000 3000 - - 4000 - - 2001

can you post the cli log while making a call

    (1-6/6)
    Go to top