Browse Source

randomly delete full call instead of single branches

git.mgm/mediaproxy-ng/2.1
Richard Fuchs 14 years ago
parent
commit
f47cd60948
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tests/simulator-udp.pl

+ 1
- 0
tests/simulator-udp.pl View File

@ -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]");
}
}


Loading…
Cancel
Save