[Asterisk-code-review] ARI: Add method to Dial a created channel. (asterisk[master])

Richard Mudgett asteriskteam at digium.com
Tue Apr 5 10:55:36 CDT 2016


Richard Mudgett has posted comments on this change.

Change subject: ARI: Add method to Dial a created channel.
......................................................................


Patch Set 9: Code-Review-1

(1 comment)

https://gerrit.asterisk.org/#/c/2514/9/res/ari/resource_channels.c
File res/ari/resource_channels.c:

Line 1612: 	if (ast_dial_append_channel(dial, callee)) {
ast_dial_append_channel() returns -1 on failure and positive for the position in the dial list.  The test needs to be if returns less than zero then fail.


-- 
To view, visit https://gerrit.asterisk.org/2514
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ic6c399c791e66c4aa52454222fe4f8b02483a205
Gerrit-PatchSet: 9
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Mark Michelson <mmichelson at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell 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