diff --git a/t/auto-daemon-tests-bundle.pl b/t/auto-daemon-tests-bundle.pl index ab4a347fc..006d9aaf6 100755 --- a/t/auto-daemon-tests-bundle.pl +++ b/t/auto-daemon-tests-bundle.pl @@ -23,6 +23,62 @@ my ($sock_a, $sock_b, $sock_c, $sock_d, $port_a, $port_b, $port_c, $ssrc_a, $ssr +($sock_a, $sock_b) = + new_call([qw(198.51.100.14 6438)], + [qw(198.51.100.14 6440)]); + +($port_a, undef, $port_b) = offer('optional bundle w DTLS', + { bundle => ['accept'], ICE => 'remove', 'transport-protocol' => 'RTP/AVP' }, <