I tryiing to implement transcoding from amrw to g722
my offer looks like:
rtpengine_offer("direction=external direction=external codec-mask-full always-transcode codec-transcode-G722 codec-transcode-telephone-event")
;
when I got sdp like this:
[1708009736.642870] DEBUG: [dae8244ccacf40d0b21e80d4f1049ef2]: [control] Dump for 'offer' from 10.1.10.190:46245: { "sdp": "v=0^M
o=- 3917009336 3917009336 IN IP4 192.168.0.111^M
s=pjmedia^M
b=AS:41^M
t=0 0^M
a=X-nat:0^M
m=audio 4000 RTP/AVP 96 101^M
c=IN IP4 192.168.0.111^M
b=TIAS:23850^M
a=rtcp:4001 IN IP4 192.168.0.111^M
a=sendrecv^M
a=rtpmap:96 AMR-WB/16000^M
a=fmtp:96 octet-align=1^M
a=rtpmap:101 telephone-event/16000^M
a=fmtp:101 0-16^M
a=ssrc:1392592649 cname:140c49c64a7b62e4^M
I see g722 / telephone-event/8000 on answer.
this config don't pass dtmf via rtpengine
it recognized by rtpengine but don't passed through
Can someone help me where i wrong ?
tested with
ngcp-rtpengine-11.1.1.3 & ngcp-rtpengine-10.4.0.0