[Asterisk-code-review] chan sip: Fix lastrtprx always updated (asterisk[13])
Evgeniy Tsybra
asteriskteam at digium.com
Fri Jun 17 04:55:33 CDT 2016
Evgeniy Tsybra has posted comments on this change.
Change subject: chan_sip: Fix lastrtprx always updated
......................................................................
Patch Set 2:
> (1 comment)
Packets are read regulary, when there is no data in buffer fr->frametype is AST_FRAME_NULL, when there is data in the buffer, then fr->frametype equal AST_FRAME_VOICE. Probably more correctly instead fr->frametype == AST_FRAME_VOICE do fr->frametype != AST_FRAME_NULL
--
To view, visit https://gerrit.asterisk.org/3032
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: If3b5ca0dbb822582a86eb7d01dcae4e83448c41d
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Evgeniy Tsybra <cjack at yandex.ru>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Evgeniy Tsybra <cjack at yandex.ru>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>
Gerrit-HasComments: No
More information about the asterisk-code-review
mailing list