diff --git a/t/auto-daemon-tests-t38.pl b/t/auto-daemon-tests-t38.pl index a740d6f4b..b2e0ca16f 100755 --- a/t/auto-daemon-tests-t38.pl +++ b/t/auto-daemon-tests-t38.pl @@ -372,7 +372,7 @@ t38_gw_test('T.38 after re-invite', -($sock_a, $sock_b) = new_call([qw(198.51.100.1 4016)], [qw(198.51.100.3 4018)]); +($sock_a, $sock_b) = new_call([qw(198.51.100.3 4016)], [qw(198.51.100.1 4018)]); ($port_a) = offer('plain T.38, reverse invite', { 'T.38' => [ 'force' ], ICE => 'remove', }, <