Browse Source

MT#55283 resolve port conflict

Make sure each address/port used in the tests appears only once.

Change-Id: I02e4dbc4e10207710ed06b58b6ff96e961f66c37
pull/1623/head
Richard Fuchs 3 years ago
parent
commit
1c8fc87063
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      t/auto-daemon-tests.pl

+ 3
- 3
t/auto-daemon-tests.pl View File

@ -12884,7 +12884,7 @@ rcv($sock_b, $port_a, rtpm(0, 1022, 6520, $ssrc, "\x00" x 160));
# RFC payload type present
($sock_a, $sock_b) = new_call([qw(198.51.100.1 6010)], [qw(198.51.100.3 6012)]);
($sock_a, $sock_b) = new_call([qw(198.51.100.1 6210)], [qw(198.51.100.3 6212)]);
($port_a) = offer('multi- no transcoding, RFC payload type present',
{ ICE => 'remove', replace => ['origin'], flags => ['inject DTMF'] }, <<SDP);
@ -12892,7 +12892,7 @@ v=0
o=- 1545997027 1 IN IP4 198.51.100.1
s=tester
t=0 0
m=audio 6010 RTP/AVP 0 8 96
m=audio 6210 RTP/AVP 0 8 96
c=IN IP4 198.51.100.1
a=rtpmap:96 telephone-event/8000
a=sendrecv
@ -12916,7 +12916,7 @@ v=0
o=- 1545997027 1 IN IP4 198.51.100.3
s=tester
t=0 0
m=audio 6012 RTP/AVP 0 8 96
m=audio 6212 RTP/AVP 0 8 96
c=IN IP4 198.51.100.3
a=rtpmap:96 telephone-event/8000
a=sendrecv


Loading…
Cancel
Save