]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
manager/ARI: Update version to 2.4.0/1.4.0; Update UPGRADE.txt
authorMatthew Jordan <mjordan@digium.com>
Tue, 8 Jul 2014 14:47:46 +0000 (14:47 +0000)
committerMatthew Jordan <mjordan@digium.com>
Tue, 8 Jul 2014 14:47:46 +0000 (14:47 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@418182 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 files changed:
UPGRADE.txt
include/asterisk/manager.h
rest-api/api-docs/applications.json
rest-api/api-docs/asterisk.json
rest-api/api-docs/bridges.json
rest-api/api-docs/channels.json
rest-api/api-docs/deviceStates.json
rest-api/api-docs/endpoints.json
rest-api/api-docs/events.json
rest-api/api-docs/mailboxes.json
rest-api/api-docs/playbacks.json
rest-api/api-docs/recordings.json
rest-api/api-docs/sounds.json
rest-api/resources.json

index 42f9837d19ccd8d1e0f03080d3ea044af0c0ba2c..5d75670a08c605a4f81b648b222f00b6aced7189 100644 (file)
@@ -35,6 +35,10 @@ From 12.3.2 to 12.4.0:
    - "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
@@ -43,6 +47,9 @@ ARI:
    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
    deal with switches that don't send an inband progress indication in the
index 978151ab1b62d3f91a00f4545872363a1001cdfa..66dafb1bea3ab6efdb057aad57b14afb7bf470c3 100644 (file)
@@ -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 */
 
index 4b3da53867d65eea3944a5c31f95e6020f99c72f..132dd641a6688784fb4f32b3e75bcfa8d8a91b38 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@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}",
index 97228f387641c7d01c0bbc7be30b3e9cef0f10b7..75934a89d778ca4153be67029a1a2ffca702948f 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@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}",
index ccc647719391e6bd69ae2d02f525546c5fb871d3..8d2de7042418979032445d37275d52f1e4ca0b0a 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@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}",
index 96dbebd7d3b805d9b95220949c1120cd751b517c..77ad3331e811f7e2f98d37c7760613330d9f34c7 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@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}",
index f4097a8288969500d0ef735fa232da5852f3c811..af03a8c8a02b7126881da2bb2ca471bca41d0038 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "Kevin Harwell <kharwell@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}",
index 948f03c7b235e6458f641ee26a1523055430cb73..12b9f2e1462a9947b5b0548528cd696b078ea68c 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@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}",
index 3d07e36131da824b95d0483296941a2c288d98ba..cf93f4b00e22a6d1111b782ad2fd39471bb79f47 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@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}",
index 8f5c26909e2fb4a8d677667cd39b1b80c26f2de7..63392c6f329a14f1270b81ab8603ffcb9188019d 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2013, Digium, Inc.",
        "_author": "Jonathan Rose <jrose@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}",
index 9e77605ca9036afa0fe6945a1f88576ccd7a328b..9c4029cf907623fba419e0bc6eb312f13a9d40f4 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@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}",
index 886d5651b78cf06cc6d4245e663d211ae94b9d2d..1f825a2b0f0d8c26a0607a0c30942e0fe4b5d025 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@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}",
index 329a42986474709de7c0bb7b25bca59ffab1d618..0678e40d60e3408b7f1984846935f01d53ac1c49 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@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}",
index 5521582e2f43a2920b895974d760dc6ac384bb08..1f7ce3792c220edf7b5048bd3dc96d8d4a5e4827 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "1.3.0",
+       "apiVersion": "1.4.0",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "apis": [