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
fix warning for broken calls
git.mgm/mediaproxy-ng/2.1
Richard Fuchs
14 years ago
parent
c291d1220b
commit
2d9eabbc44
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
@ -140,6 +140,7 @@ if (!$NODEL) {
print
(
"deleting\n"
)
;
@
calls
=
sort
{
rand
(
)
<
.5
}
@
calls
;
for
my
$
c
(
@
calls
)
{
$
c
or
next
;
my
(
$
tags
,
$
callid
)
=
@$
c
[
3
,
5
]
;
msg
(
"D $callid $$tags[0] $$tags[1]"
)
;
}
Write
Preview
Loading…
Cancel
Save