From 2f6cdae17363a7d51e58811791e359527a8eb93f Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Thu, 29 Jan 2026 08:39:05 -0400 Subject: [PATCH] MT#55283 add m=text test Change-Id: Ib778b10b8171977ec7927bdbc41199668ec9b699 --- t/auto-daemon-tests.pl | 91 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) 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', { }, <