From d792db2e2e4f00daddbf01b8022562da88674894 Mon Sep 17 00:00:00 2001 From: Razvan Crainea Date: Fri, 21 Feb 2025 11:44:54 +0200 Subject: [PATCH] rtp_relay: provide message for B2B local replies Reported in #3580 --- modules/rtp_relay/rtp_relay_ctx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/rtp_relay/rtp_relay_ctx.c b/modules/rtp_relay/rtp_relay_ctx.c index 6546f183570..cf197a2c544 100644 --- a/modules/rtp_relay/rtp_relay_ctx.c +++ b/modules/rtp_relay/rtp_relay_ctx.c @@ -418,6 +418,7 @@ static void rtp_relay_b2b_local_reply(struct cell* t, int type, } memset(&info, 0, sizeof info); info.body = body; + info.msg = ps->rpl; LM_RTP_DBG("sess=%p late=%d ongoing=%d index=%d\n", sess, rtp_sess_late(sess), rtp_sess_ongoing(sess), leg->index);