mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 08:29:45 +00:00
FS-11965: NACK log debug when we get a request
This commit is contained in:
parent
40982338a0
commit
2e450cd3dc
@ -2074,6 +2074,11 @@ static int check_rtcp_and_ice(switch_rtp_t *rtp_session)
|
|||||||
|
|
||||||
if (!nack) break;
|
if (!nack) break;
|
||||||
|
|
||||||
|
seq = ntohs(nack & 0xFFFF);
|
||||||
|
|
||||||
|
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(rtp_session->session), SWITCH_LOG_DEBUG1, "%s Got NACK [%u][0x%x] for seq %u\n",
|
||||||
|
switch_core_session_get_name(rtp_session->session), nack, nack, seq);
|
||||||
|
|
||||||
cur_nack[nack_ttl++] = nack;
|
cur_nack[nack_ttl++] = nack;
|
||||||
}
|
}
|
||||||
if (nack_ttl) {
|
if (nack_ttl) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user