TT#14008 fix missing timestamping during redis restore

closes #1363

Change-Id: I4aac5096fd18067b3503e834a687277e7d5903fb
(cherry picked from commit fd064304bb)
mr9.5.3
Richard Fuchs 4 years ago
parent b1b81e7964
commit e037a0ec76

@ -1944,6 +1944,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);

Loading…
Cancel
Save