Browse Source

MT#55283 fix tests

Change-Id: I547c7acf6d676d2799d1117a5f8d867912903514
(cherry picked from commit bab1ad6a41)
(cherry picked from commit 49198dd8f4)
mr13.2.1
Richard Fuchs 8 months ago
parent
commit
b88276f4d0
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

@ -187,9 +187,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
@ -220,6 +220,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
@ -284,9 +285,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
@ -317,6 +318,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
@ -332,6 +334,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
@ -352,6 +355,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