diff --git a/tests/simulator-udp.pl b/tests/simulator-udp.pl index 8e26de9eb..ef6a65e86 100755 --- a/tests/simulator-udp.pl +++ b/tests/simulator-udp.pl @@ -200,6 +200,7 @@ if (!$NODEL) { for my $c (@calls) { $c or next; my ($tags, $callid) = @$c[3,5]; + $BRANCHES && rand() < .3 and $callid =~ s/;.*//; msg("D $callid $$tags[0] $$tags[1]"); } }