From 8046d0a2495ad4a0584d63e6e0108d3f705600f7 Mon Sep 17 00:00:00 2001 From: dnygate <64208008+dnygate@users.noreply.github.com> Date: Thu, 3 Sep 2026 17:06:11 +0100 Subject: [PATCH] MT#55283 Add test for `force strip extmap` Change-Id: If7f489f74d417c927dbbc100d02705c0fa45ca84 --- t/auto-daemon-tests-rtp-ext.pl | 57 ++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/t/auto-daemon-tests-rtp-ext.pl b/t/auto-daemon-tests-rtp-ext.pl index 14d9cde85..cd484b299 100755 --- a/t/auto-daemon-tests-rtp-ext.pl +++ b/t/auto-daemon-tests-rtp-ext.pl @@ -4026,5 +4026,62 @@ srtp_snd($sock_b, $port_a, rtp( 0, 8000, 7000+160*0, 0x6543, "\x39" . ("\x29" x +# force strip extmap: header extensions removed even though none were negotiated + +($sock_a, $sock_ax, $sock_b, $sock_bx) = new_call( + [qw(198.51.100.1 7690)], + [qw(198.51.100.1 7691)], + [qw(198.51.100.3 7692)], + [qw(198.51.100.3 7693)], +); + +($port_a, $port_ax) = offer('force strip extmap', { flags => ['force strip extmap'] }, <