]> 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:28 +0000 (08:06 -0600)
commite5e49d7ecd1a272f109b84701c32528492d03524
tree9d96a6c92fd1b676e6b2d8686f4b812cc434d30e
parenta81d07ea5657bd9e5e88ff0e5d092d29d8854b39
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