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
TT#14008 fix missing timestamping during redis restore
closes
#1363
Change-Id: I4aac5096fd18067b3503e834a687277e7d5903fb
pull/1373/head
Richard Fuchs
4 years ago
parent
a4e3f96b3f
commit
fd064304bb
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
daemon/redis.c
+ 1
- 0
daemon/redis.c
View File
@ -2006,6 +2006,7 @@ static void restore_thread(void *call_p, void *ctx_p) {
r
=
g_queue_pop_head
(
&
ctx
-
>
r_q
)
;
mutex_unlock
(
&
ctx
-
>
r_m
)
;
gettimeofday
(
&
rtpe_now
,
NULL
)
;
json_restore_call
(
r
,
&
callid
,
ctx
-
>
foreign
)
;
mutex_lock
(
&
ctx
-
>
r_m
)
;
Write
Preview
Loading…
Cancel
Save