summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2014-12-08 16:53:39 +0000
committerMatthew Jordan <mjordan@digium.com>2014-12-08 16:53:39 +0000
commitcbc91f50c1bd1ebeb62bcfc174fd8b1538dd67f7 (patch)
treef1f3741054fedd34ae1496f822aafd0a4bd40390
parent1712694817cfa4cfdf9cbf5dedf679b9e56140a9 (diff)
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. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@429091 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--CHANGES29
-rw-r--r--UPGRADE.txt10
-rw-r--r--include/asterisk/manager.h2
-rw-r--r--rest-api/api-docs/applications.json2
-rw-r--r--rest-api/api-docs/asterisk.json2
-rw-r--r--rest-api/api-docs/bridges.json2
-rw-r--r--rest-api/api-docs/channels.json2
-rw-r--r--rest-api/api-docs/deviceStates.json2
-rw-r--r--rest-api/api-docs/endpoints.json2
-rw-r--r--rest-api/api-docs/events.json2
-rw-r--r--rest-api/api-docs/mailboxes.json2
-rw-r--r--rest-api/api-docs/playbacks.json2
-rw-r--r--rest-api/api-docs/recordings.json2
-rw-r--r--rest-api/api-docs/sounds.json2
-rw-r--r--rest-api/resources.json2
15 files changed, 40 insertions, 25 deletions
diff --git a/CHANGES b/CHANGES
index 2b1ac090d..ae368f107 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,7 +11,23 @@
--- 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.
+
+ * The version of AMI has been bumped to 2.6.0 to account for the backwards
+ compatible feature listed above.
+
+ARI
+------------------
+ * Event ChannelConnectedLine is emitted when the connected line information
+ on a channel changes.
+
+ * The version of ARI has been bumped to 1.6.0 to account for the backwards
+ compatible feature listed above.
+
+Core Transfers
-----------------
The features.conf general section has three new configurable options:
@@ -387,17 +403,6 @@ res_pjsip_publish_asterisk
for Asterisk to Asterisk exchanges of information. Currently, this includes
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 ------------
------------------------------------------------------------------------------
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 9720bf0d0..0c500da22 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -23,6 +23,16 @@
From 13.0.0 to 13.1.0:
+ARI:
+ - The version of ARI has been bumped to 1.6.0 to account for backwards
+ compatible features included with this release. See CHANGES for more
+ information.
+
+AMI:
+ - The version of AMI has been bumped to 2.6.0 to account for backwards
+ compatible features included with this release. See CHANGES for more
+ information.
+
Core:
- The core of Asterisk uses a message bus called "Stasis" to distribute
information to internal components. For performance reasons, the message
diff --git a/include/asterisk/manager.h b/include/asterisk/manager.h
index 607f43541..387430fde 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 "2.5.0"
+#define AMI_VERSION "2.6.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/api-docs/applications.json b/rest-api/api-docs/applications.json
index 9ac1c2383..f6fe72ac5 100644
--- a/rest-api/api-docs/applications.json
+++ b/rest-api/api-docs/applications.json
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee@digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.5.0",
+ "apiVersion": "1.6.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari",
"resourcePath": "/api-docs/applications.{format}",
diff --git a/rest-api/api-docs/asterisk.json b/rest-api/api-docs/asterisk.json
index 34e3894a2..f13b0493e 100644
--- a/rest-api/api-docs/asterisk.json
+++ b/rest-api/api-docs/asterisk.json
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee@digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.5.0",
+ "apiVersion": "1.6.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari",
"resourcePath": "/api-docs/asterisk.{format}",
diff --git a/rest-api/api-docs/bridges.json b/rest-api/api-docs/bridges.json
index de7206720..21708c839 100644
--- a/rest-api/api-docs/bridges.json
+++ b/rest-api/api-docs/bridges.json
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee@digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.5.0",
+ "apiVersion": "1.6.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari",
"resourcePath": "/api-docs/bridges.{format}",
diff --git a/rest-api/api-docs/channels.json b/rest-api/api-docs/channels.json
index d88434b3e..67634740a 100644
--- a/rest-api/api-docs/channels.json
+++ b/rest-api/api-docs/channels.json
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee@digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.5.0",
+ "apiVersion": "1.6.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari",
"resourcePath": "/api-docs/channels.{format}",
diff --git a/rest-api/api-docs/deviceStates.json b/rest-api/api-docs/deviceStates.json
index c14b55dea..02d5d208d 100644
--- a/rest-api/api-docs/deviceStates.json
+++ b/rest-api/api-docs/deviceStates.json
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "Kevin Harwell <kharwell@digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.5.0",
+ "apiVersion": "1.6.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari",
"resourcePath": "/api-docs/deviceStates.{format}",
diff --git a/rest-api/api-docs/endpoints.json b/rest-api/api-docs/endpoints.json
index f30ce9a00..e7b4ba73a 100644
--- a/rest-api/api-docs/endpoints.json
+++ b/rest-api/api-docs/endpoints.json
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee@digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.5.0",
+ "apiVersion": "1.6.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari",
"resourcePath": "/api-docs/endpoints.{format}",
diff --git a/rest-api/api-docs/events.json b/rest-api/api-docs/events.json
index eac1e3f42..1aceb71ed 100644
--- a/rest-api/api-docs/events.json
+++ b/rest-api/api-docs/events.json
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee@digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.5.0",
+ "apiVersion": "1.6.0",
"swaggerVersion": "1.2",
"basePath": "http://localhost:8088/ari",
"resourcePath": "/api-docs/events.{format}",
diff --git a/rest-api/api-docs/mailboxes.json b/rest-api/api-docs/mailboxes.json
index 0deb5fb41..87c6f0347 100644
--- a/rest-api/api-docs/mailboxes.json
+++ b/rest-api/api-docs/mailboxes.json
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2013, Digium, Inc.",
"_author": "Jonathan Rose <jrose@digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.5.0",
+ "apiVersion": "1.6.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari",
"resourcePath": "/api-docs/mailboxes.{format}",
diff --git a/rest-api/api-docs/playbacks.json b/rest-api/api-docs/playbacks.json
index f892fb3d2..65ef52457 100644
--- a/rest-api/api-docs/playbacks.json
+++ b/rest-api/api-docs/playbacks.json
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee@digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.5.0",
+ "apiVersion": "1.6.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari",
"resourcePath": "/api-docs/playbacks.{format}",
diff --git a/rest-api/api-docs/recordings.json b/rest-api/api-docs/recordings.json
index 89c55d59e..d96184bd0 100644
--- a/rest-api/api-docs/recordings.json
+++ b/rest-api/api-docs/recordings.json
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee@digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.5.0",
+ "apiVersion": "1.6.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari",
"resourcePath": "/api-docs/recordings.{format}",
diff --git a/rest-api/api-docs/sounds.json b/rest-api/api-docs/sounds.json
index dd0b71755..906eb6bf1 100644
--- a/rest-api/api-docs/sounds.json
+++ b/rest-api/api-docs/sounds.json
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee@digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.5.0",
+ "apiVersion": "1.6.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari",
"resourcePath": "/api-docs/sounds.{format}",
diff --git a/rest-api/resources.json b/rest-api/resources.json
index 921f360ef..2cc039dc3 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@digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.5.0",
+ "apiVersion": "1.6.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari",
"apis": [