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'] }, <