]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update AMI and ARI versions for Asterisk 20.
authorBen Ford <bford@digium.com>
Wed, 21 Jul 2021 15:14:47 +0000 (10:14 -0500)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 2 Aug 2021 15:58:44 +0000 (10:58 -0500)
Bumped AMI and ARI versions for the next major Asterisk version (20).

Change-Id: I2e65794f206d443178ab6895767fb53f04cc3e6a

include/asterisk/manager.h
rest-api-templates/make_ari_stubs.py
rest-api/resources.json

index a2af10bdb92388d58a7b149822dfc8c96aeb9d75..741b238586e13fb76abbb903822de1da72000fc6 100644 (file)
@@ -54,7 +54,7 @@
 - \ref manager.c Main manager code file
  */
 
-#define AMI_VERSION                     "8.0.0"
+#define AMI_VERSION                     "9.0.0"
 #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 eaccfc15e7a80d0cd0aa1a283bfc8d49fe0cc7cc..cc0407a2a5299be15d07dc427e9d27305608d214 100755 (executable)
@@ -42,7 +42,7 @@ def rel(file):
     """
     return os.path.join(TOPDIR, file)
 
-WIKI_PREFIX = 'Asterisk 19'
+WIKI_PREFIX = 'Asterisk 20'
 
 API_TRANSFORMS = [
     Transform(rel('api.wiki.mustache'),
index 3a8022f6680fbf0524fab3f13fa3aa024ea56937..44a61118039ed457eca06e0cedd0b848dcb10d76 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": "7.0.0",
+       "apiVersion": "8.0.0",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "apis": [