]> 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:06:11 +0000 (08:06 -0600)
commitbe0a61bc3d1709b45e39540f48c115898eca0b93
tree51f0b55416686c30432f679ef3ea6de2b498b403
parentbeb579bc9909eaa0c2db4a3aa375565448d203be
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