From 4f6af3746b082a30d3fb9646c7ecb3d3671a8ca1 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Wed, 19 May 2021 12:06:38 -0400 Subject: [PATCH] TT#122401 add early DTX logging context Change-Id: I8ab96e3c0295cce793706226bcb7350816b7109e --- daemon/codec.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/daemon/codec.c b/daemon/codec.c index 89d4e7d27..984c53ff6 100644 --- a/daemon/codec.c +++ b/daemon/codec.c @@ -2446,6 +2446,9 @@ static void __dtx_send_later(struct timerthread_queue *ttq, void *p) { mutex_lock(&dtxb->lock); + if (dtxb->call) + log_info_call(dtxb->call); + // do we have a packet? struct dtx_packet *dtxp = g_queue_peek_head(&dtxb->packets); if (dtxp) {