From 94ab6f5129c5a23fb79b830e8f2b2cce7d93e352 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Fri, 22 Dec 2023 09:43:18 -0500 Subject: [PATCH] MT#55283 add extra opus fmtp test Change-Id: I62ed7d5066c66e2323cf198ec13ccb8ec0188462 (cherry picked from commit 8e3cd42a3716724d9dfcfeb8220c417138ff27d6) --- t/auto-daemon-tests.pl | 64 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/t/auto-daemon-tests.pl b/t/auto-daemon-tests.pl index c37515da5..45737eaec 100755 --- a/t/auto-daemon-tests.pl +++ b/t/auto-daemon-tests.pl @@ -1659,6 +1659,70 @@ rcv($sock_b, $port_a, rtpm(8, 1033, 7320, 0x1234, "\x00" x 160)); if ($extended_tests) { +($sock_a, $sock_b) = new_call([qw(198.51.100.43 6060)], [qw(198.51.100.43 6062)]); + +($port_a) = offer('opus fmtp options, full offer list', + { codec => { transcode => + ['opus/48000/2///maxaveragebitrate--40000;maxplaybackrate--32000;sprop-stereo--0;stereo--0;cbr--0;useinbandfec--0;usedtx--0;sprop-maxcapturerate--16000', + 'PCMU'], + mask => ['all'] } }, <