diff --git a/t/auto-daemon-tests.pl b/t/auto-daemon-tests.pl index 4450c2d64..c7f935ef9 100755 --- a/t/auto-daemon-tests.pl +++ b/t/auto-daemon-tests.pl @@ -26540,5 +26540,96 @@ a=crypto:11 NULL_HMAC_SHA1_80 inline:CRYPTO128 a=crypto:12 NULL_HMAC_SHA1_32 inline:CRYPTO128 SDP + + + +($sock_a, $sock_ax, + $sock_b, $sock_bx, + $sock_c, $sock_cx, + $sock_d, $sock_dx, +) = new_call( + [qw(198.51.100.56 2444)], [qw(198.51.100.56 2445)], + [qw(198.51.100.56 2446)], [qw(198.51.100.56 2447)], + [qw(198.51.100.56 3444)], [qw(198.51.100.56 3445)], + [qw(198.51.100.56 3446)], [qw(198.51.100.56 3447)], +); + +($port_a, $port_ax, $port_b, $port_bx) = offer('m=text', { }, <