Open Source - How Do I Enable G.729 Transcoding In Asterisk?
For Asterisk systems using a Digium-licensed G.729 software codec or Digium hardware transcoder, G.729 transcoding capability may be enabled by adding "g729" to the allowed codecs list for the desired VoIP user or peer entry in users.conf, sip.conf or iax.conf.
Full documentation for each of these configuration files may be found in their respective sample configuration files, included with the Asterisk source code.
Example SIP user in users.conf:
[6000]
fullname = Joe User
secret = 1234
hassip = yes
hasiax = no
context = default
disallow = all
allow = g729,ulaw,gsm
Related content
Open Source - What Asterisk CLI Commands Are Available For The G.729 Codec?
Open Source - What Asterisk CLI Commands Are Available For The G.729 Codec?
More like this
Open Source - Does Asterisk roll-over to G729 software license when TC400 is at max capacity
Open Source - Does Asterisk roll-over to G729 software license when TC400 is at max capacity
More like this
Open Source - How to determine which G729 codec binary I should use in my asterisk system
Open Source - How to determine which G729 codec binary I should use in my asterisk system
More like this
Media Transcoding Cards - Asterisk D150 Codec Module Configuration
Media Transcoding Cards - Asterisk D150 Codec Module Configuration
More like this
Open Source - How do I change the packetization (chunk size in ms) for G.729a or other codec?
Open Source - How do I change the packetization (chunk size in ms) for G.729a or other codec?
More like this
Open Source - How can I tell if G.729 is being used?
Open Source - How can I tell if G.729 is being used?
More like this