This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
randomly delete full call instead of single branches
git.mgm/mediaproxy-ng/2.1
Richard Fuchs
14 years ago
parent
0ef9dd2e04
commit
f47cd60948
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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]"
)
;
}
}
Write
Preview
Loading…
Cancel
Save