[asterisk-bugs] [JIRA] (ASTERISK-21577) Asterisk REST API - Update the /recording template

Matt Jordan (JIRA) noreply at issues.asterisk.org
Thu Apr 18 11:16:01 CDT 2013


     [ https://issues.asterisk.org/jira/browse/ASTERISK-21577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Jordan updated ASTERISK-21577:
-----------------------------------

    Description: 
The template for {{/recording}} needs to be updated to support the following operations:

* {{/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}}


  was:
The template for {{/recording}} needs to be updated to support the following operations:

* {{/recordings}} (list recordings)
* {{/recording/\{id\}}} (get a recording)
* {{/recording/\{id\}/delete}}
* {{/recording/\{id\}/rename}} (this could be punted on)
* {{/recording/live/\{id\}/pause}}
* {{/recording/live/\{id\}/mute}}
* {{/recording/live/\{id\}/stop}}


    
> Asterisk REST API - Update the /recording template
> --------------------------------------------------
>
>                 Key: ASTERISK-21577
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21577
>             Project: Asterisk
>          Issue Type: New Feature
>      Security Level: None
>          Components: Resources/res_stasis_http
>            Reporter: Matt Jordan
>
> The template for {{/recording}} needs to be updated to support the following operations:
> * {{/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}}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list