Hi,
I’ve got the following setup:
AGENTS using SIP softphone that has G711 ulaw codec.
I’ve got a SIP trunk that supports both G729 and G711 ulaw.
The outbound peer has been setup in sip.conf (static realtime)
[outbound-gateway]
type=peer
context=outbound
host=xx.xx.xx.xx
qualify=yes
disallow=all
allow=g729
Asterisk has G729 codec installed, and this is visible in “sip show translation”.
Yet, when we make a call - it only matches on the user and always sends the call out using G711 ulaw.
What I want to do is force the outbound calls to always transcode and using G729 to the SIP gateway.
As you can see from the outbound peer configuration, even setting only allow=g729 (no other codecs) does not work. It always matches on the user and as the only compatible codec between the SIP gateway and the user is G711, that is what is used.
I’ve set canreinvite=no both globally, and for the user, and the RTP is definately going through Asterisk.
Surely this would be a great feature that a lot of users would require - using a high bandwidth codec on the fast LAN (g711 ulaw) and the less bandwidth intensive G729 codec on the WAN link to the SIP gateway.
Does anyone know if it’s possible to do what I’ve just described? Am I missing something obvious?
Regards,
Andrew