Browse Source

MT#55283 fix tests

Change-Id: I547c7acf6d676d2799d1117a5f8d867912903514
mr13.3
Richard Fuchs 8 months ago
parent
commit
bab1ad6a41
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      t/auto-daemon-tests.pl

+ 6
- 2
t/auto-daemon-tests.pl View File

@ -394,9 +394,9 @@ a=mid:0
v=0
o=USER 8000 8000 IN IP4 10.69.2.171
s=SIP Call
c=IN IP4 203.0.113.1
t=0 0
m=audio PORT RTP/SAVP 9 8 0 18 101 121 124
c=IN IP4 203.0.113.1
a=mid:0
a=rtpmap:9 G722/8000
a=rtpmap:8 PCMA/8000
@ -427,6 +427,7 @@ a=fingerprint:sha-256 FINGERPRINT256
a=tls-id:TLS_ID
a=ptime:20
m=audio PORT RTP/AVP 9 8 0 18 101 121 124
c=IN IP4 203.0.113.1
a=mid:0
a=rtpmap:9 G722/8000
a=rtpmap:8 PCMA/8000
@ -491,9 +492,9 @@ a=mid:1
v=0
o=USER 8000 8000 IN IP4 10.69.2.171
s=SIP Call
c=IN IP4 203.0.113.1
t=0 0
m=audio PORT RTP/SAVP 9 8 0 18 101 121 124
c=IN IP4 203.0.113.1
a=mid:0
a=rtpmap:9 G722/8000
a=rtpmap:8 PCMA/8000
@ -524,6 +525,7 @@ a=fingerprint:sha-256 FINGERPRINT256
a=tls-id:TLS_ID
a=ptime:20
m=audio PORT RTP/AVP 9 8 0 18 101 121 124
c=IN IP4 203.0.113.1
a=mid:0
a=rtpmap:9 G722/8000
a=rtpmap:8 PCMA/8000
@ -539,6 +541,7 @@ a=sendrecv
a=rtcp:PORT
a=ptime:20
m=video PORT RTP/SAVP 99
c=IN IP4 203.0.113.1
a=mid:1
a=rtpmap:99 dummy/90000
a=sendrecv
@ -559,6 +562,7 @@ a=setup:actpass
a=fingerprint:sha-256 FINGERPRINT256
a=tls-id:TLS_ID
m=video PORT RTP/AVP 99
c=IN IP4 203.0.113.1
a=mid:1
a=rtpmap:99 dummy/90000
a=sendrecv


Loading…
Cancel
Save