Skip to content

Commit

Permalink
rtp_relay: provide message for B2B local replies
Browse files Browse the repository at this point in the history
Reported in #3580
  • Loading branch information
razvancrainea committed Feb 21, 2025
1 parent 495fe32 commit d792db2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/rtp_relay/rtp_relay_ctx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit d792db2

Please sign in to comment.