]> 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:38:21 +0000 (15:38 -0500)
committerKevin Harwell <kharwell@digium.com>
Tue, 12 Mar 2019 20:57:47 +0000 (15:57 -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:

 * res_pjsip: option for ContactStatus event updates - 4a8564c

ARI:

 * bridging: Add creation timestamps - 4dd4dbd
 * res_stasis: Add ability to switch applications - 65170ba
 * ARI event type filtering - da93d17
 * Added ARI resource /ari/asterisk/ping - 67d587f

ASTERISK-28314

Change-Id: I96951b19c27c196e410b09fe82b00c8ca328cccc

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

index 67b9d92c6b9eae46e338e15248185406b88dab5d..9968ec8cc174da7c98362b9c95237e63aa46af5a 100644 (file)
@@ -54,7 +54,7 @@
 - \ref manager.c Main manager code file
  */
 
-#define AMI_VERSION                     "2.10.4"
+#define AMI_VERSION                     "2.10.5"
 #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 ecaf723b60162ce374b69b83a85a94d14e731b68..4861e0971db8b67e9c62dd546fb0a2717386d544 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": "1.10.0",
+       "apiVersion": "1.10.1",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "apis": [