AMI/ARI: Update version to 2.6.0/1.6.0 respectively for new features

AMI/ARI are getting a few enhancements in the next release of Asterisk 13. Per
semantic versioning, that warrants a bump in the minor version number, as it
reflects a backwards compatible change. Hence, this commit.
........

Merged revisions 429091 from http://svn.asterisk.org/svn/asterisk/branches/13


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@429092 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Matthew Jordan
2014-12-08 16:54:43 +00:00
parent bba1763f47
commit fe6cbf455a
14 changed files with 24 additions and 25 deletions

23
CHANGES
View File

@@ -79,7 +79,17 @@ res_musiconhold
--- Functionality changes from Asterisk 13.0.0 to Asterisk 13.1.0 ------------ --- Functionality changes from Asterisk 13.0.0 to Asterisk 13.1.0 ------------
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
Transfers AMI
------------------
* Event NewConnectedLine is emitted when the connected line information on
a channel changes.
ARI
------------------
* Event ChannelConnectedLine is emitted when the connected line information
on a channel changes.
Core Transfers
----------------- -----------------
The features.conf general section has three new configurable options: The features.conf general section has three new configurable options:
@@ -455,17 +465,6 @@ res_pjsip_publish_asterisk
for Asterisk to Asterisk exchanges of information. Currently, this includes for Asterisk to Asterisk exchanges of information. Currently, this includes
both mailbox state and device state information. both mailbox state and device state information.
AMI
------------------
* Event NewConnectedLine is emitted when the connected line information on
a channel changes.
ARI
------------------
* Event ChannelConnectedLine is emitted when the connected line information
on a channel changes.
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
--- Functionality changes from Asterisk 12.4.0 to Asterisk 12.5.0 ------------ --- Functionality changes from Asterisk 12.4.0 to Asterisk 12.5.0 ------------
------------------------------------------------------------------------------ ------------------------------------------------------------------------------

View File

@@ -54,7 +54,7 @@
- \ref manager.c Main manager code file - \ref manager.c Main manager code file
*/ */
#define AMI_VERSION "2.5.0" #define AMI_VERSION "2.6.0"
#define DEFAULT_MANAGER_PORT 5038 /* Default port for Asterisk management via TCP */ #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 */ #define DEFAULT_MANAGER_TLS_PORT 5039 /* Default port for Asterisk management via TCP */

View File

@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2013, Digium, Inc.", "_copyright": "Copyright (C) 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee@digium.com>", "_author": "David M. Lee, II <dlee@digium.com>",
"_svn_revision": "$Revision$", "_svn_revision": "$Revision$",
"apiVersion": "1.5.0", "apiVersion": "1.6.0",
"swaggerVersion": "1.1", "swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari", "basePath": "http://localhost:8088/ari",
"resourcePath": "/api-docs/applications.{format}", "resourcePath": "/api-docs/applications.{format}",

View File

@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.", "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee@digium.com>", "_author": "David M. Lee, II <dlee@digium.com>",
"_svn_revision": "$Revision$", "_svn_revision": "$Revision$",
"apiVersion": "1.5.0", "apiVersion": "1.6.0",
"swaggerVersion": "1.1", "swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari", "basePath": "http://localhost:8088/ari",
"resourcePath": "/api-docs/asterisk.{format}", "resourcePath": "/api-docs/asterisk.{format}",

View File

@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.", "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee@digium.com>", "_author": "David M. Lee, II <dlee@digium.com>",
"_svn_revision": "$Revision$", "_svn_revision": "$Revision$",
"apiVersion": "1.5.0", "apiVersion": "1.6.0",
"swaggerVersion": "1.1", "swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari", "basePath": "http://localhost:8088/ari",
"resourcePath": "/api-docs/bridges.{format}", "resourcePath": "/api-docs/bridges.{format}",

View File

@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.", "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee@digium.com>", "_author": "David M. Lee, II <dlee@digium.com>",
"_svn_revision": "$Revision$", "_svn_revision": "$Revision$",
"apiVersion": "1.5.0", "apiVersion": "1.6.0",
"swaggerVersion": "1.1", "swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari", "basePath": "http://localhost:8088/ari",
"resourcePath": "/api-docs/channels.{format}", "resourcePath": "/api-docs/channels.{format}",

View File

@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.", "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "Kevin Harwell <kharwell@digium.com>", "_author": "Kevin Harwell <kharwell@digium.com>",
"_svn_revision": "$Revision$", "_svn_revision": "$Revision$",
"apiVersion": "1.5.0", "apiVersion": "1.6.0",
"swaggerVersion": "1.1", "swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari", "basePath": "http://localhost:8088/ari",
"resourcePath": "/api-docs/deviceStates.{format}", "resourcePath": "/api-docs/deviceStates.{format}",

View File

@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.", "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee@digium.com>", "_author": "David M. Lee, II <dlee@digium.com>",
"_svn_revision": "$Revision$", "_svn_revision": "$Revision$",
"apiVersion": "1.5.0", "apiVersion": "1.6.0",
"swaggerVersion": "1.1", "swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari", "basePath": "http://localhost:8088/ari",
"resourcePath": "/api-docs/endpoints.{format}", "resourcePath": "/api-docs/endpoints.{format}",

View File

@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.", "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee@digium.com>", "_author": "David M. Lee, II <dlee@digium.com>",
"_svn_revision": "$Revision$", "_svn_revision": "$Revision$",
"apiVersion": "1.5.0", "apiVersion": "1.6.0",
"swaggerVersion": "1.2", "swaggerVersion": "1.2",
"basePath": "http://localhost:8088/ari", "basePath": "http://localhost:8088/ari",
"resourcePath": "/api-docs/events.{format}", "resourcePath": "/api-docs/events.{format}",

View File

@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2013, Digium, Inc.", "_copyright": "Copyright (C) 2013, Digium, Inc.",
"_author": "Jonathan Rose <jrose@digium.com>", "_author": "Jonathan Rose <jrose@digium.com>",
"_svn_revision": "$Revision$", "_svn_revision": "$Revision$",
"apiVersion": "1.5.0", "apiVersion": "1.6.0",
"swaggerVersion": "1.1", "swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari", "basePath": "http://localhost:8088/ari",
"resourcePath": "/api-docs/mailboxes.{format}", "resourcePath": "/api-docs/mailboxes.{format}",

View File

@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.", "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee@digium.com>", "_author": "David M. Lee, II <dlee@digium.com>",
"_svn_revision": "$Revision$", "_svn_revision": "$Revision$",
"apiVersion": "1.5.0", "apiVersion": "1.6.0",
"swaggerVersion": "1.1", "swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari", "basePath": "http://localhost:8088/ari",
"resourcePath": "/api-docs/playbacks.{format}", "resourcePath": "/api-docs/playbacks.{format}",

View File

@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.", "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee@digium.com>", "_author": "David M. Lee, II <dlee@digium.com>",
"_svn_revision": "$Revision$", "_svn_revision": "$Revision$",
"apiVersion": "1.5.0", "apiVersion": "1.6.0",
"swaggerVersion": "1.1", "swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari", "basePath": "http://localhost:8088/ari",
"resourcePath": "/api-docs/recordings.{format}", "resourcePath": "/api-docs/recordings.{format}",

View File

@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.", "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee@digium.com>", "_author": "David M. Lee, II <dlee@digium.com>",
"_svn_revision": "$Revision$", "_svn_revision": "$Revision$",
"apiVersion": "1.5.0", "apiVersion": "1.6.0",
"swaggerVersion": "1.1", "swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari", "basePath": "http://localhost:8088/ari",
"resourcePath": "/api-docs/sounds.{format}", "resourcePath": "/api-docs/sounds.{format}",

View File

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