[Home]

Summary:ASTERISK-21579: Asterisk REST API - Create the playback template
Reporter:Matt Jordan (mjordan)Labels:Asterisk12
Date Opened:2013-04-18 11:07:14Date Closed:2013-04-19 13:17:11
Priority:MajorRegression?
Status:Closed/CompleteComponents:Resources/res_ari
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When a bridge or channel performs a playback operation, they will return a playback resource. The playback resource needs to support the following operations:

* {{GET playback/\{id\}}}
* {{POST playback/\{id\}/stop}}
* {{POST playback/\{id\}/restart}}
* {{POST playback/\{id\}/pause}}
* {{POST playback/\{id\}/rewind}}
* {{POST playback/\{id\}/fastforward}}

Comments: