MT#55283 test for Ia69cbb69a82

Change-Id: Idff08b9935828e9bb1f45d1ebe76cbde0c019b18
(cherry picked from commit 62b216646b)
(cherry picked from commit 8c474f0898)
mr13.3.1
Richard Fuchs 5 months ago
parent cb5d8908a8
commit 0517fc5f6b

@ -398,6 +398,40 @@ SDP
if ($extended_tests) {
# GH#1960
new_call;
offer('duplicate G.729', { codec => { transcode => ['G729'] } }, <<SDP);
v=0
o=- 524683 524683 IN IP4 10.10.10.10
s=-
c=IN IP4 10.10.10.10
t=0 0
m=audio 16398 RTP/AVP 18 101
a=rtpmap:18 G729a/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=ptime:20
a=sendrecv
-----------------------------------------
v=0
o=- 524683 524683 IN IP4 10.10.10.10
s=-
t=0 0
m=audio PORT RTP/AVP 18 96 101
c=IN IP4 203.0.113.1
a=rtpmap:18 G729a/8000
a=rtpmap:96 G729/8000
a=fmtp:96 annexb=yes
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=sendrecv
a=rtcp:PORT
a=ptime:20
SDP
new_call;
offer('OSRTP with duplicate a=mid', { }, <<SDP);

Loading…
Cancel
Save