[asterisk-commits] mjordan: branch 12 r418182 - in /branches/12: ./ include/asterisk/ rest-api/ ...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jul 8 09:47:49 CDT 2014
Author: mjordan
Date: Tue Jul 8 09:47:46 2014
New Revision: 418182
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=418182
Log:
manager/ARI: Update version to 2.4.0/1.4.0; Update UPGRADE.txt
Modified:
branches/12/UPGRADE.txt
branches/12/include/asterisk/manager.h
branches/12/rest-api/api-docs/applications.json
branches/12/rest-api/api-docs/asterisk.json
branches/12/rest-api/api-docs/bridges.json
branches/12/rest-api/api-docs/channels.json
branches/12/rest-api/api-docs/deviceStates.json
branches/12/rest-api/api-docs/endpoints.json
branches/12/rest-api/api-docs/events.json
branches/12/rest-api/api-docs/mailboxes.json
branches/12/rest-api/api-docs/playbacks.json
branches/12/rest-api/api-docs/recordings.json
branches/12/rest-api/api-docs/sounds.json
branches/12/rest-api/resources.json
Modified: branches/12/UPGRADE.txt
URL: http://svnview.digium.com/svn/asterisk/branches/12/UPGRADE.txt?view=diff&rev=418182&r1=418181&r2=418182
==============================================================================
--- branches/12/UPGRADE.txt (original)
+++ branches/12/UPGRADE.txt Tue Jul 8 09:47:46 2014
@@ -35,6 +35,10 @@
- "Exited on signal $EXITSIGNAL" => "Asterisk exited on signal $EXITSIGNAL."
- "Asterisk Died" => "Asterisk on $MACHINE died (sig $EXITSIGNAL)"
+AMI:
+ - The AMI version has been changed from 2.3.0 to 2.4.0. This is to reflect
+ the backwards compatible changes listed in the CHANGES file.
+
ARI:
- Added a compatibility option 'websocket_write_timeout'. When a websocket
connection exists where Asterisk writes a substantial amount of data to
@@ -42,6 +46,9 @@
received data, the socket may be disconnected. In such cases, it may be
necessary to adjust this value.
Default is 100 ms.
+
+ - The ARI version has been changed from 1.3.0 to 1.4.0. This is to reflect
+ the backwards compatible changes listed in the CHANGES file.
chan_dahdi:
- Added the inband_on_setup_ack compatibility option to chan_dahdi.conf to
Modified: branches/12/include/asterisk/manager.h
URL: http://svnview.digium.com/svn/asterisk/branches/12/include/asterisk/manager.h?view=diff&rev=418182&r1=418181&r2=418182
==============================================================================
--- branches/12/include/asterisk/manager.h (original)
+++ branches/12/include/asterisk/manager.h Tue Jul 8 09:47:46 2014
@@ -54,7 +54,7 @@
- \ref manager.c Main manager code file
*/
-#define AMI_VERSION "2.3.0"
+#define AMI_VERSION "2.4.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 */
Modified: branches/12/rest-api/api-docs/applications.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/api-docs/applications.json?view=diff&rev=418182&r1=418181&r2=418182
==============================================================================
--- branches/12/rest-api/api-docs/applications.json (original)
+++ branches/12/rest-api/api-docs/applications.json Tue Jul 8 09:47:46 2014
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee at digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.3.0",
+ "apiVersion": "1.4.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/stasis",
"resourcePath": "/api-docs/applications.{format}",
Modified: branches/12/rest-api/api-docs/asterisk.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/api-docs/asterisk.json?view=diff&rev=418182&r1=418181&r2=418182
==============================================================================
--- branches/12/rest-api/api-docs/asterisk.json (original)
+++ branches/12/rest-api/api-docs/asterisk.json Tue Jul 8 09:47:46 2014
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee at digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.3.0",
+ "apiVersion": "1.4.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/stasis",
"resourcePath": "/api-docs/asterisk.{format}",
Modified: branches/12/rest-api/api-docs/bridges.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/api-docs/bridges.json?view=diff&rev=418182&r1=418181&r2=418182
==============================================================================
--- branches/12/rest-api/api-docs/bridges.json (original)
+++ branches/12/rest-api/api-docs/bridges.json Tue Jul 8 09:47:46 2014
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee at digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.3.0",
+ "apiVersion": "1.4.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/stasis",
"resourcePath": "/api-docs/bridges.{format}",
Modified: branches/12/rest-api/api-docs/channels.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/api-docs/channels.json?view=diff&rev=418182&r1=418181&r2=418182
==============================================================================
--- branches/12/rest-api/api-docs/channels.json (original)
+++ branches/12/rest-api/api-docs/channels.json Tue Jul 8 09:47:46 2014
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee at digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.3.0",
+ "apiVersion": "1.4.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/stasis",
"resourcePath": "/api-docs/channels.{format}",
Modified: branches/12/rest-api/api-docs/deviceStates.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/api-docs/deviceStates.json?view=diff&rev=418182&r1=418181&r2=418182
==============================================================================
--- branches/12/rest-api/api-docs/deviceStates.json (original)
+++ branches/12/rest-api/api-docs/deviceStates.json Tue Jul 8 09:47:46 2014
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "Kevin Harwell <kharwell at digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.3.0",
+ "apiVersion": "1.4.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/stasis",
"resourcePath": "/api-docs/deviceStates.{format}",
Modified: branches/12/rest-api/api-docs/endpoints.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/api-docs/endpoints.json?view=diff&rev=418182&r1=418181&r2=418182
==============================================================================
--- branches/12/rest-api/api-docs/endpoints.json (original)
+++ branches/12/rest-api/api-docs/endpoints.json Tue Jul 8 09:47:46 2014
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee at digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.3.0",
+ "apiVersion": "1.4.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/stasis",
"resourcePath": "/api-docs/endpoints.{format}",
Modified: branches/12/rest-api/api-docs/events.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/api-docs/events.json?view=diff&rev=418182&r1=418181&r2=418182
==============================================================================
--- branches/12/rest-api/api-docs/events.json (original)
+++ branches/12/rest-api/api-docs/events.json Tue Jul 8 09:47:46 2014
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee at digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.3.0",
+ "apiVersion": "1.4.0",
"swaggerVersion": "1.2",
"basePath": "http://localhost:8088/stasis",
"resourcePath": "/api-docs/events.{format}",
Modified: branches/12/rest-api/api-docs/mailboxes.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/api-docs/mailboxes.json?view=diff&rev=418182&r1=418181&r2=418182
==============================================================================
--- branches/12/rest-api/api-docs/mailboxes.json (original)
+++ branches/12/rest-api/api-docs/mailboxes.json Tue Jul 8 09:47:46 2014
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2013, Digium, Inc.",
"_author": "Jonathan Rose <jrose at digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.3.0",
+ "apiVersion": "1.4.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/stasis",
"resourcePath": "/api-docs/mailboxes.{format}",
Modified: branches/12/rest-api/api-docs/playbacks.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/api-docs/playbacks.json?view=diff&rev=418182&r1=418181&r2=418182
==============================================================================
--- branches/12/rest-api/api-docs/playbacks.json (original)
+++ branches/12/rest-api/api-docs/playbacks.json Tue Jul 8 09:47:46 2014
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee at digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.3.0",
+ "apiVersion": "1.4.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/stasis",
"resourcePath": "/api-docs/playbacks.{format}",
Modified: branches/12/rest-api/api-docs/recordings.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/api-docs/recordings.json?view=diff&rev=418182&r1=418181&r2=418182
==============================================================================
--- branches/12/rest-api/api-docs/recordings.json (original)
+++ branches/12/rest-api/api-docs/recordings.json Tue Jul 8 09:47:46 2014
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee at digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.3.0",
+ "apiVersion": "1.4.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/stasis",
"resourcePath": "/api-docs/recordings.{format}",
Modified: branches/12/rest-api/api-docs/sounds.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/api-docs/sounds.json?view=diff&rev=418182&r1=418181&r2=418182
==============================================================================
--- branches/12/rest-api/api-docs/sounds.json (original)
+++ branches/12/rest-api/api-docs/sounds.json Tue Jul 8 09:47:46 2014
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee at digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.3.0",
+ "apiVersion": "1.4.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/stasis",
"resourcePath": "/api-docs/sounds.{format}",
Modified: branches/12/rest-api/resources.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/resources.json?view=diff&rev=418182&r1=418181&r2=418182
==============================================================================
--- branches/12/rest-api/resources.json (original)
+++ branches/12/rest-api/resources.json Tue Jul 8 09:47:46 2014
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee at digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.3.0",
+ "apiVersion": "1.4.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari",
"apis": [
More information about the asterisk-commits
mailing list