[Asterisk-code-review] bridges/bridge t38: Add a bridging module for managing T.38 ... (asterisk[13])
Richard Mudgett
asteriskteam at digium.com
Tue Dec 1 09:44:58 CST 2015
Richard Mudgett has posted comments on this change.
Change subject: bridges/bridge_t38: Add a bridging module for managing T.38 state
......................................................................
Patch Set 4: Code-Review+1
(1 comment)
https://gerrit.asterisk.org/#/c/1725/4/bridges/bridge_t38.c
File bridges/bridge_t38.c:
Line 160: c_state = bridge_channel == state->bc0 ? &(state->c0_state) : &(state->c1_state);
: other_state = bridge_channel == state->bc0 ? &(state->c1_state) : &(state->c0_state);
The parentheses still aren't necessary.
--
To view, visit https://gerrit.asterisk.org/1725
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: If5b0bb478eb01c4607c9f4a7fc17c7957d260ea0
Gerrit-PatchSet: 4
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Matt Jordan <mjordan at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-HasComments: Yes
More information about the asterisk-code-review
mailing list