]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Bump the AMI protocol version to 1.2
authorTerry Wilson <twilson@digium.com>
Mon, 8 Aug 2011 22:59:01 +0000 (22:59 +0000)
committerTerry Wilson <twilson@digium.com>
Mon, 8 Aug 2011 22:59:01 +0000 (22:59 +0000)
As a result of converting Unlink events that were missed in the AMI
1.1 update to Bridge events, the AMI protocol version is being incremented.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@331097 65c4cc65-6c06-0410-ace0-fbb531ad65f3

CHANGES
UPGRADE.txt
include/asterisk/manager.h

diff --git a/CHANGES b/CHANGES
index 4daf68b57aba7f9107adc3ed975dfdd770babde7..6b6720a5d19f032d094db3d6558753c8af0e45ae 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -46,7 +46,8 @@ Asterisk Manager Interface
    filters that can be defined in manager.conf
  * The Unlink event is now a Bridge event with Bridgestatus: Unlink. Previous
    versions had some instances of the event converted, but others were left
-   as-is. All Unlink events should now be converted to Bridge events.
+   as-is. All Unlink events should now be converted to Bridge events. The AMI
+   protocol version number was incremented to 1.2 as a result of this change.
 
 Asterisk HTTP Server
 --------------------------
index c5d927b510ac2a8e00de6e13b4ead0a4b4553b32..d746da76ff1aceb065313bc64486fca790ecad62 100644 (file)
@@ -67,6 +67,12 @@ Asterisk Database:
    astdb.sqlite3 exists, astdb2sqlite3 will be compiled automatically. Asterisk will
    convert an existing astdb to the SQLite3 version automatically at runtime.
 
+Manager:
+ - The AMI protocol version was incremented to 1.2 as a result of changing two
+   instances of the Unlink event to Bridge events. This change was documented
+   as part of the AMI 1.1 update, but two Unlink events were inadvertently left
+   unchanged.
+
 Module Support Level
  - All modules in the addons, apps, bridge, cdr, cel, channels, codecs, 
    formats, funcs, pbx, and res have been updated to include MODULEINFO data
index d3063fd453e5206b6b5845a6e011b9f0da08d8e1..08d68e9314ff9e750d6286dc2068974892fe86a8 100644 (file)
@@ -54,7 +54,7 @@
 - \ref manager.c Main manager code file
  */
 
-#define AMI_VERSION                     "1.1"
+#define AMI_VERSION                     "1.2"
 #define DEFAULT_MANAGER_PORT 5038      /* Default port for Asterisk management via TCP */
 
 /*! \name Constant return values