How To Install G729 Codec In Freeswitch

Active4 years, 1 month ago
  1. G729 Codec Bandwidth

Getting help The primary source of help is Asterisk G.729 Google group.Post your questions there, but first read Notes and Troubleshooting sections above. When reporting a problem it is up to you to provide as much usefull information as possible. In freeswitch implement only g729. This tutorial has been created to go over whats needed to configure the non-licensed version of the g729 codec. Yum install freeswitch-codec-bcg729. Re: How to configure g729 pass though on Freeswitch In reply to this post by David Ponzone-2 G729a is incorrect codec name, it must be changed to G729 in SPA. How to use codec g729 on freeswitch? Hi guys, i am going to make call using codec g729, because the carrier support only codec g729 is it possible to get free that? In freeswitch implement only g729.

Laura berk development through the lifespan pdf converter. I tried more but i am unable to install codec g729 on asterisk server.

the uname -i return x86_64

the model name : Intel(R) Xeon(R) CPU E3-1271 v3 @ 3.60GHz

Asterisk version 13.1

How To Install G729 Codec In Freeswitch
devdev

1 Answer

Vivek RajVivek Raj
4971 gold badge5 silver badges15 bronze badges
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.

Not the answer you're looking for? Browse other questions tagged asteriskcodec or ask your own question.

Active6 years ago

I'm working with freeswitch and I made the connection between my server and another one, for hearing each other I used the codec G729. The issue is the next: I call them, the call is established and I can hear the other part perfectly but they can't hear me and they can see the audio packets coming to their server but they can't hear me, any idea? Thanks!

AnnaAnnaG711
1032 gold badges6 silver badges19 bronze badges

2 Answers

I'd start by looking at the firewall on the remote machine. libpcap will allow you to see all packets hitting the box before the firewall rules are applied, so it can be a little deceptive. So there's a good chance that the firewall is blocking the packets.

Also, you didn't specify what the other user is connecting to their server with, and how. So if they're connecting to their server from behind NAT, then you could just be experiencing the typical one-way audio issues so common with NAT scenarios. Check out http://wiki.freeswitch.org/wiki/Nat for more info.

G729 Codec Bandwidth

This issue doesn't seem to be directly related to the g.729 codec or you'd have most likely gotten a 488 SIP response.

user2547610user2547610

It's possible that the person on the other end isn't able to decode the the G729 stream.
What kind of phone are they using?

I would google that phone model and try a known supported codec for it. Then I would setup your Freeswitch to encode for that codec.

If that works then it's likely an issue with the phone.

Hope this helps.

cphcph

Not the answer you're looking for? Browse other questions tagged codecfreeswitch or ask your own question.