How to build HMR to add certain components in SDP
Hi Guru
How to build a HMR to add certain components in SDP for ACK message in specific.
We have received below SDP in ACK on ingress.
And we would like to SDP becomes this on egress.
How to build a HMR to add certain components in SDP for ACK message in specific.
We have received below SDP in ACK on ingress.
m=audio 40224 RTP/AVP 8
a=rtpmap:8 PCMA/8000
a=sendrecv
a=maxptime:20
And we would like to SDP becomes this on egress.
m=audio 40224 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=sendrecv
a=maxptime:20
Fei
Fei
Tagged:
0