[Asterisk-code-review] Update master branch for Asterisk 21 (asterisk[20.1])

Eric Dantie asteriskteam at digium.com
Tue Feb 21 14:04:45 CST 2023


Eric Dantie has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/19920 )


Change subject: Update master branch for Asterisk 21
......................................................................

Update master branch for Asterisk 21

Change-Id: Ic9f616e8f67011b2c5ca2eae40dfa893644fa937
---
M include/asterisk/manager.h
M rest-api-templates/make_ari_stubs.py
M rest-api/resources.json
3 files changed, 12 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/20/19920/1

diff --git a/include/asterisk/manager.h b/include/asterisk/manager.h
index 5e791bf..b531956 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                     "9.0.0"
+#define AMI_VERSION                     "10.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 cc0407a..17f576d 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 20'
+WIKI_PREFIX = 'Asterisk 21'
 
 API_TRANSFORMS = [
     Transform(rel('api.wiki.mustache'),
diff --git a/rest-api/resources.json b/rest-api/resources.json
index 44a6111..147d96b 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": "8.0.0",
+	"apiVersion": "9.0.0",
 	"swaggerVersion": "1.1",
 	"basePath": "http://localhost:8088/ari",
 	"apis": [

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/19920
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 20.1
Gerrit-Change-Id: Ic9f616e8f67011b2c5ca2eae40dfa893644fa937
Gerrit-Change-Number: 19920
Gerrit-PatchSet: 1
Gerrit-Owner: Eric Dantie <edantie at gmail.com>
Gerrit-CC: George Joseph <gjoseph at digium.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20230221/a366254c/attachment-0001.html>


More information about the asterisk-code-review mailing list