[Asterisk-code-review] Update AMI and ARI versions for Asterisk 20. (asterisk[master])
Benjamin Keith Ford
asteriskteam at digium.com
Wed Jul 21 10:17:37 CDT 2021
Benjamin Keith Ford has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16157 )
Change subject: Update AMI and ARI versions for Asterisk 20.
......................................................................
Update AMI and ARI versions for Asterisk 20.
Bumped AMI and ARI versions for the next major Asterisk version (20).
Change-Id: I2e65794f206d443178ab6895767fb53f04cc3e6a
---
M include/asterisk/manager.h
M rest-api-templates/make_ari_stubs.py
M rest-api/resources.json
3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/57/16157/1
diff --git a/include/asterisk/manager.h b/include/asterisk/manager.h
index a2af10b..741b238 100644
--- a/include/asterisk/manager.h
+++ b/include/asterisk/manager.h
@@ -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 */
diff --git a/rest-api-templates/make_ari_stubs.py b/rest-api-templates/make_ari_stubs.py
index eaccfc1..cc0407a 100755
--- a/rest-api-templates/make_ari_stubs.py
+++ b/rest-api-templates/make_ari_stubs.py
@@ -42,7 +42,7 @@
"""
return os.path.join(TOPDIR, file)
-WIKI_PREFIX = 'Asterisk 19'
+WIKI_PREFIX = 'Asterisk 20'
API_TRANSFORMS = [
Transform(rel('api.wiki.mustache'),
diff --git a/rest-api/resources.json b/rest-api/resources.json
index 3a8022f..44a6111 100644
--- a/rest-api/resources.json
+++ b/rest-api/resources.json
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee at digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "7.0.0",
+ "apiVersion": "8.0.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari",
"apis": [
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16157
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I2e65794f206d443178ab6895767fb53f04cc3e6a
Gerrit-Change-Number: 16157
Gerrit-PatchSet: 1
Gerrit-Owner: Benjamin Keith Ford <bford at digium.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20210721/299defca/attachment.html>
More information about the asterisk-code-review
mailing list