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
more verbose timeout log message
pull/6/head
Richard Fuchs
12 years ago
parent
2036322e07
commit
eb59af9520
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
daemon/call.c
+ 2
- 0
daemon/call.c
View File
@ -852,7 +852,9 @@ next:
if
(
good
)
goto
out
;
log_info_call
(
c
)
;
ilog
(
LOG_INFO
,
"
Closing call branch due to timeout
"
)
;
log_info_clear
(
)
;
drop
:
rwlock_unlock_r
(
&
c
-
>
master_lock
)
;
Write
Preview
Loading…
Cancel
Save