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