[Asterisk-code-review] rtp: Add support for RTP extension negotiation and abs-send-... (asterisk[15])
Joshua Colp
asteriskteam at digium.com
Thu May 3 16:00:33 CDT 2018
Joshua Colp has posted comments on this change. ( https://gerrit.asterisk.org/8883 )
Change subject: rtp: Add support for RTP extension negotiation and abs-send-time.
......................................................................
Patch Set 2:
(1 comment)
https://gerrit.asterisk.org/#/c/8883/2/res/res_rtp_asterisk.c
File res/res_rtp_asterisk.c:
https://gerrit.asterisk.org/#/c/8883/2/res/res_rtp_asterisk.c@4424
PS2, Line 4424: /* 4 bytes for the shared information, 4 bytes for abs-send-time */
: hdrlen += 8;
> This seems wrong. We are adding two uint32's plus a uint24 for a total of
It's not adding two uint32s. It's 4 + 1 + 3. 4 bytes for shared information, 1 byte for the extension identifier, 3 bytes for abs-send-time to be more specific.
--
To view, visit https://gerrit.asterisk.org/8883
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: comment
Gerrit-Change-Id: I508deac557867b1e27fc7339be890c8018171588
Gerrit-Change-Number: 8883
Gerrit-PatchSet: 2
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-Comment-Date: Thu, 03 May 2018 21:00:33 +0000
Gerrit-HasComments: Yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180503/d5031ad3/attachment.html>
More information about the asterisk-code-review
mailing list