[Asterisk-code-review] ARI: Add method to create a new channel. (asterisk[master])
Mark Michelson
asteriskteam at digium.com
Thu Mar 31 12:57:50 CDT 2016
Mark Michelson has uploaded a new patch set (#4).
Change subject: ARI: Add method to create a new channel.
......................................................................
ARI: Add method to create a new channel.
This adds a new ARI method to the channels resource that allows for the
creation of a new channel. The channel is created and then placed into
the specified Stasis application.
This is different from the existing originate method that creates a
channel, dials it, and then places the answered channel into the
dialplan or a Stasis application. This method does not attempt to call
the channel at all. Dialing is left as a later step after channel
creation. This allows for pre-dialing channel manipulation if desired.
Change-Id: I3c96a0aba914b08e39f6256371a5bd4c92cbded8
---
M res/ari/resource_channels.c
M res/ari/resource_channels.h
M res/res_ari_channels.c
M rest-api/api-docs/channels.json
4 files changed, 339 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/13/2513/4
--
To view, visit https://gerrit.asterisk.org/2513
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I3c96a0aba914b08e39f6256371a5bd4c92cbded8
Gerrit-PatchSet: 4
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: Richard Mudgett <rmudgett at digium.com>
More information about the asterisk-code-review
mailing list