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
Adds missing log output
changes/85/12185/1
Frederic-Philippe Metz
9 years ago
committed by
Richard Fuchs
parent
8f01e780a8
commit
95d942005d
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
daemon/call.c
+ 1
- 0
daemon/call.c
View File
@ -1841,6 +1841,7 @@ void call_destroy(struct call *c) {
/* at this point, no more packet streams can be added */
if
(
IS_OWN_CALL
(
c
)
)
{
ilog
(
LOG_INFO
,
"
Final packet stats:
"
)
;
for
(
l
=
c
-
>
monologues
.
head
;
l
;
l
=
l
-
>
next
)
{
ml
=
l
-
>
data
;
Write
Preview
Loading…
Cancel
Save