]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
AMI/ARI: Bump non-breaking version numbers
authorKevin Harwell <kharwell@digium.com>
Tue, 12 Mar 2019 20:54:23 +0000 (15:54 -0500)
committerKevin Harwell <kharwell@digium.com>
Tue, 12 Mar 2019 20:58:01 +0000 (15:58 -0500)
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

include/asterisk/manager.h
rest-api/resources.json

index 97d4b9c2984521a0cc6ff8027b82b6bfe4664637..72a667d1f7ebde9b852c8916e8113992b76f2ef3 100644 (file)
@@ -54,7 +54,7 @@
 - \ref manager.c Main manager code file
  */
 
-#define AMI_VERSION                     "5.0.0"
+#define AMI_VERSION                     "5.0.1"
 #define DEFAULT_MANAGER_PORT 5038      /* Default port for Asterisk management via TCP */
 #define DEFAULT_MANAGER_TLS_PORT 5039  /* Default port for Asterisk management via TCP */
 
index bbaf72d547fbd957e26a3667115698d703c26a94..31a5c2dabfc835a92ab6e2e9b11e1e498ce71311 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "4.0.0",
+       "apiVersion": "4.0.1",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "apis": [