mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-23 14:44:28 +00:00
Increasing the non-breaking AMI and ARI version numbers due to changes and additions in those API's. Note, some changes may be forthcoming (will be added between now and the next release of Asterisk), thus not listed here. As well a few changes listed below may have been released in a previous release of Asterisk, but the API version numbers were not increased at that time, so including here. AMI: * app_queue: set the wrapuptime from AddQueueMember application -e806990
* res_pjsip: option for ContactStatus event updates -7f22c9f
ARI: * bridging: Add creation timestamps -0d70120
* res_stasis: Add ability to switch applications -50a4b61
* ARI event type filtering -1c5def4
* Added ARI resource /ari/asterisk/ping -19fc99a
ASTERISK-28314 Change-Id: Iebc813840f8230afa6b20579772e15549064b787
<!-- Written in -*- Markdown -*- --> This directory contains the specification for the Asterisk RESTful API. The API is documented using Swagger[1]. This is used to not only generate executable documentation pages for the API, but also to generate a lot of the boilerplate necessary for implementing the API with Asterisk's HTTP server. [1]: http://swagger.wordnik.com/