[Home]

Summary:ASTERISK-25889: ARI: Add separate "create" and "dial" operations for channels
Reporter:Mark Michelson (mmichelson)Labels:
Date Opened:2016-04-01 14:52:41Date Closed:2016-04-06 05:45:14
Priority:MajorRegression?No
Status:Closed/CompleteComponents:
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:ARI currently only offers origination as a method for creating new outbound channels. The problem with this is that it creates the channel, dials it, and then once answered, enters the channel into Stasis. This means that manipulations of the channel cannot be performed until after it is answered. This prevents you from doing things like placing the channel into a bridge early so that early media can be played to other bridge participants.

This issue is created as a reference for gerrit reviews that add "create" and "dial" channel methods to ARI in an effort to mitigate the issue described above.
Comments: