[Home]

Summary:ASTERISK-21870: Asterisk REST API - Add dialplan location to the 'release back to dialplan command'
Reporter:Matt Jordan (mjordan)Labels:
Date Opened:2013-06-06 09:47:49Date Closed:2013-06-26 14:31:15
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Resources/res_ari
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When the REST API releases a channel, it typically continues dialplan execution at its previous priority + 1. However, in some scenarios the application may have determined that the channel should resume in a different location. Examples are:

* Operator/attendant DTMF features
* Blind transfers out of an application
* Dispersal of multiple channels to various applications

The REST API should allow you to optionally specify the context, extension, and priority for the channel. When the dialplan picks the channel back up, it will automatically begin execution again at that location.
Comments: