Browse Source

TT#97302 tests for 5ad4a5

Change-Id: If5c8bf6f74c3169a252440ccc9eb8639843fef69
pull/1093/head
Richard Fuchs 5 years ago
parent
commit
3654309b95
1 changed files with 109 additions and 0 deletions
  1. +109
    -0
      t/auto-daemon-tests.pl

+ 109
- 0
t/auto-daemon-tests.pl View File

@ -1394,6 +1394,115 @@ SDP
new_call;
offer('fingerprint selection', {
ICE => 'remove',
flags => [],
'transport-protocol' => 'RTP/SAVP',
SDES => ['off'],
}, <<SDP);
v=0
o=Z 58440449 0 IN IP4 89.225.243.254
s=Z
c=IN IP4 89.225.243.254
t=0 0
m=audio 8000 RTP/AVP 0 101 8
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=sendrecv
--------------------------------------
v=0
o=Z 58440449 0 IN IP4 89.225.243.254
s=Z
c=IN IP4 203.0.113.1
t=0 0
m=audio PORT RTP/SAVP 0 101 8
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=rtpmap:8 PCMA/8000
a=fmtp:101 0-16
a=sendrecv
a=rtcp:PORT
a=setup:actpass
a=fingerprint:sha-1 FINGERPRINT
SDP
new_call;
offer('fingerprint selection', {
ICE => 'remove',
flags => [],
'transport-protocol' => 'RTP/SAVP',
SDES => ['off'],
'DTLS-fingerprint' => 'SHA-256',
}, <<SDP);
v=0
o=Z 58440449 0 IN IP4 89.225.243.254
s=Z
c=IN IP4 89.225.243.254
t=0 0
m=audio 8000 RTP/AVP 0 101 8
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=sendrecv
--------------------------------------
v=0
o=Z 58440449 0 IN IP4 89.225.243.254
s=Z
c=IN IP4 203.0.113.1
t=0 0
m=audio PORT RTP/SAVP 0 101 8
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=rtpmap:8 PCMA/8000
a=fmtp:101 0-16
a=sendrecv
a=rtcp:PORT
a=setup:actpass
a=fingerprint:sha-256 FINGERPRINT256
SDP
new_call;
offer('fingerprint selection', {
ICE => 'remove',
flags => [],
'transport-protocol' => 'RTP/SAVP',
SDES => ['off'],
'DTLS-fingerprint' => 'sha-256',
}, <<SDP);
v=0
o=Z 58440449 0 IN IP4 89.225.243.254
s=Z
c=IN IP4 89.225.243.254
t=0 0
m=audio 8000 RTP/AVP 0 101 8
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=sendrecv
--------------------------------------
v=0
o=Z 58440449 0 IN IP4 89.225.243.254
s=Z
c=IN IP4 203.0.113.1
t=0 0
m=audio PORT RTP/SAVP 0 101 8
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=rtpmap:8 PCMA/8000
a=fmtp:101 0-16
a=sendrecv
a=rtcp:PORT
a=setup:actpass
a=fingerprint:sha-256 FINGERPRINT256
SDP
# GH 1086
new_call;


Loading…
Cancel
Save