[Asterisk-code-review] AMI: Fixed OriginateResponse message (asterisk[13])
Richard Mudgett
asteriskteam at digium.com
Mon Dec 14 19:35:10 CST 2015
Richard Mudgett has posted comments on this change.
Change subject: AMI: Fixed OriginateResponse message
......................................................................
Patch Set 6: Code-Review+1
(2 comments)
Other than the minor nits this looks fine.
https://gerrit.asterisk.org/#/c/1805/6/main/manager.c
File main/manager.c:
Line 4988: chan? ast_channel_uniqueid(chan) : S_OR(in->channelid, "<unknown>"),
Missed the space before the ?.
Line 5006: chan? ast_channel_uniqueid(chan) : S_OR(in->channelid, "<unknown>"),
Missed the space before the ?.
--
To view, visit https://gerrit.asterisk.org/1805
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I26f54f677ccfb0b7cfd4967a844a1657fd69b74d
Gerrit-PatchSet: 6
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: sungtae kim <pchero21 at gmail.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-Reviewer: sungtae kim <pchero21 at gmail.com>
Gerrit-HasComments: Yes
More information about the asterisk-code-review
mailing list