[Home]

Summary:ASTERISK-21577: Asterisk REST API - Update the /recording template
Reporter:Matt Jordan (mjordan)Labels:Asterisk12
Date Opened:2013-04-18 11:03:36Date Closed:2013-04-19 13:16:56
Priority:MajorRegression?
Status:Closed/CompleteComponents:Resources/res_ari
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The template for {{/recording}} needs to be updated to support the following operations:

* {{GET /recordings}} (list recordings)
* {{GET /recording/\{id\}}}
* {{DELETE /recording/\{id\}}}
* {{POST /recording/\{id\}/rename}} (this could be punted on)
* {{GET /recording/live/\{id\}}}
* {{POST /recording/live/\{id\}/pause}}
* {{POST /recording/live/\{id\}/mute}}
* {{POST /recording/live/\{id\}/stop}}
Comments: