From: Ben Ford Date: Wed, 13 Aug 2025 19:52:36 +0000 (-0500) Subject: Prepare master for Asterisk 24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=57344a80617b7520ff681876c97477a39da5a96c;p=thirdparty%2Fasterisk.git Prepare master for Asterisk 24 --- diff --git a/include/asterisk/manager.h b/include/asterisk/manager.h index 802c9fddf3..2306f33565 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 "12.0.0" +#define AMI_VERSION "13.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/resources.json b/rest-api/resources.json index 8fd67d9ef9..f3ceef8daa 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 ", "_svn_revision": "$Revision$", - "apiVersion": "11.0.0", + "apiVersion": "12.0.0", "swaggerVersion": "1.1", "basePath": "http://localhost:8088/ari", "apis": [