[Home]

Summary:ASTERISK-21620: Asterisk REST API - Implement POST /channel/{id}/dial
Reporter:Matt Jordan (mjordan)Labels:Asterisk12
Date Opened:2013-04-18 11:52:02Date Closed:2013-07-01 13:19:51
Priority:MajorRegression?
Status:Closed/CompleteComponents:Resources/res_ari
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:This should:

* Use the dial API to perform a dial operation on:
** An endpoint ID
** Some dial string
* Create a new channel resource for the outbound call
* When the outbound call answers, create a new bridge resource
* Put the original channel and the outbound channel into the bridge
* Return the bridge resource

It's a bit of a hefty operation, but this is such a common thing to do it feels like it will be necessary.
Comments: