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

@ -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);

Loading…
Cancel
Save