[asterisk-commits] res rtp asterisk.c: Add doxygen to RTCP payload types. (asterisk[15])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Sep 12 07:18:55 CDT 2017
Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/6478 )
Change subject: res_rtp_asterisk.c: Add doxygen to RTCP payload types.
......................................................................
res_rtp_asterisk.c: Add doxygen to RTCP payload types.
Change-Id: I3f20ce428777cc4ce9c13b2f808d29ff8c873998
---
M res/res_rtp_asterisk.c
1 file changed, 7 insertions(+), 0 deletions(-)
Approvals:
Joshua Colp: Looks good to me, but someone else must approve
George Joseph: Looks good to me, approved
Jenkins2: Approved for Submit
diff --git a/res/res_rtp_asterisk.c b/res/res_rtp_asterisk.c
index 091533e..f6a0ec0 100644
--- a/res/res_rtp_asterisk.c
+++ b/res/res_rtp_asterisk.c
@@ -88,13 +88,20 @@
#define TURN_STATE_WAIT_TIME 2000
+/*! Full INTRA-frame Request / Fast Update Request (From RFC2032) */
#define RTCP_PT_FUR 192
+/*! Sender Report (From RFC3550) */
#define RTCP_PT_SR AST_RTP_RTCP_SR
+/*! Receiver Report (From RFC3550) */
#define RTCP_PT_RR AST_RTP_RTCP_RR
+/*! Source Description (From RFC3550) */
#define RTCP_PT_SDES 202
+/*! Goodbye (To remove SSRC's from tables) (From RFC3550) */
#define RTCP_PT_BYE 203
+/*! Application defined (From RFC3550) */
#define RTCP_PT_APP 204
/* VP8: RTCP Feedback */
+/*! Payload Specific Feed Back (From RFC4585 also RFC5104) */
#define RTCP_PT_PSFB 206
#define RTP_MTU 1200
--
To view, visit https://gerrit.asterisk.org/6478
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: merged
Gerrit-Change-Id: I3f20ce428777cc4ce9c13b2f808d29ff8c873998
Gerrit-Change-Number: 6478
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-commits/attachments/20170912/80836952/attachment-0001.html>
More information about the asterisk-commits
mailing list