Update master branch for Asterisk 21

Change-Id: Ic9f616e8f67011b2c5ca2eae40dfa893644fa937
This commit is contained in:
George Joseph 2022-07-20 04:56:42 -06:00
parent a818b05ca1
commit b910857e13
3 changed files with 3 additions and 3 deletions

View File

@ -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 */

View File

@ -42,7 +42,7 @@ def rel(file):
"""
return os.path.join(TOPDIR, file)
WIKI_PREFIX = 'Asterisk 20'
WIKI_PREFIX = 'Asterisk 21'
API_TRANSFORMS = [
Transform(rel('api.wiki.mustache'),

View File

@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee@digium.com>",
"_svn_revision": "$Revision$",
"apiVersion": "8.0.0",
"apiVersion": "9.0.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari",
"apis": [