]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Add packet subtype during RTCP debug when relevant
authorKevin Harwell <kharwell@sangoma.com>
Wed, 24 Feb 2021 22:05:32 +0000 (16:05 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Fri, 26 Feb 2021 14:05:56 +0000 (08:05 -0600)
commit11fa7f6e0c9fb32967d19741e4ecbe3da36ea1b8
treef1f30f06e7ae446104d4e3494605c53dcd53ae5d
parent7acb6e2194026da7ed8e1ef59cdf4e953a37bf67
res_rtp_asterisk: Add packet subtype during RTCP debug when relevant

For some RTCP packet types the report count is actually the packet's subtype.
This was not being reflected in the packet debug output.

This patch makes it so for some RTCP packet types a "Packet Subtype" is
now output in the debug replacing the "Reception reports" (i.e count).

Change-Id: Id4f4b77bb37077a4c4f039abd6a069287bfefcb8
res/res_rtp_asterisk.c