From 1c8fc870638025ead8d685348949de251efe1883 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Mon, 13 Feb 2023 13:13:31 -0500 Subject: [PATCH] MT#55283 resolve port conflict Make sure each address/port used in the tests appears only once. Change-Id: I02e4dbc4e10207710ed06b58b6ff96e961f66c37 --- t/auto-daemon-tests.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/t/auto-daemon-tests.pl b/t/auto-daemon-tests.pl index 71e951fd2..150b10864 100755 --- a/t/auto-daemon-tests.pl +++ b/t/auto-daemon-tests.pl @@ -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'] }, <