Hi, I have one codec, G729, for one PJSIP endpoint, used by a softphone. But the other leg, from Asterisk to the provider, uses G711alaw. How can I have G729 codec on both legs to avoid translation?
Hi,
In terms of configuration just add this in the endpoint settings:
preferred_codec_only=yes
asymmetric_rtp_codec = no
Do you have G729 licenses, because if not Asterisk software can only pass-through G.729 data between endpoints
I use FreePBX g729 codec. It does not seem to require a license. Transcoding works.
run core show translation
There is g729 codec in the translation table.
Configure both endpoints to use g729, on the endpoit section
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.