Update AMI and ARI versions for Asterisk 20.

Bumped AMI and ARI versions for the next major Asterisk version (20).

Change-Id: I2e65794f206d443178ab6895767fb53f04cc3e6a
This commit is contained in:
Ben Ford 2021-07-21 10:14:47 -05:00 committed by Friendly Automation
parent e8cda4b32c
commit db7b025532
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 "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 */

View File

@ -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'),

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": "7.0.0",
"apiVersion": "8.0.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari",
"apis": [