[Asterisk-code-review] Dial: Add function to append already-created channel. (asterisk[master])

Richard Mudgett asteriskteam at digium.com
Tue Apr 5 10:57:33 CDT 2016


Richard Mudgett has posted comments on this change.

Change subject: Dial: Add function to append already-created channel.
......................................................................


Patch Set 7:

(1 comment)

https://gerrit.asterisk.org/#/c/2512/7/include/asterisk/dial.h
File include/asterisk/dial.h:

PS7, Line 79: /*!
            :  * \brief Append a channel using an actual channel object
            :  *
            :  * \param dial The ast_dial to add the channel to
            :  * \param chan The channel to add to the dial
            :  * \retval -1 Failure
            :  * \retval non-zero The position of the channel in the list of dialed channels
            :  */
Need to note that the chan ref is stolen on successful append.


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Id8179f64f8f99132f80dead8d5db2030fd2c0509
Gerrit-PatchSet: 7
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: Mark Michelson <mmichelson at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-HasComments: Yes



More information about the asterisk-code-review mailing list