Skip to content

Commit d792db2

Browse files
committed
rtp_relay: provide message for B2B local replies
Reported in #3580
1 parent 495fe32 commit d792db2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/rtp_relay/rtp_relay_ctx.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ static void rtp_relay_b2b_local_reply(struct cell* t, int type,
418418
}
419419
memset(&info, 0, sizeof info);
420420
info.body = body;
421+
info.msg = ps->rpl;
421422
LM_RTP_DBG("sess=%p late=%d ongoing=%d index=%d\n",
422423
sess, rtp_sess_late(sess), rtp_sess_ongoing(sess), leg->index);
423424

0 commit comments

Comments
 (0)