Browse Source

MT#55283 fix test typo

Change-Id: Ie8b85e7108713e65e8d1715782efe1291894a3d7
pull/1918/head
Richard Fuchs 9 months ago
parent
commit
7b9086f65b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      t/auto-daemon-tests-t38.pl

+ 1
- 1
t/auto-daemon-tests-t38.pl View File

@ -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',
}, <<SDP);


Loading…
Cancel
Save