summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTerry Wilson <twilson@digium.com>2011-08-08 22:59:45 +0000
committerTerry Wilson <twilson@digium.com>2011-08-08 22:59:45 +0000
commit16acfefa74f3f2d2ec5cfc33b9b21b5d5648ba3f (patch)
treeb4e6baaadf93ecab3995851b00805fa338b12938 /CHANGES
parent5901f2d0b19e691cf34b9709141445e6a813d159 (diff)
Merged revisions 331097 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10 ........ r331097 | twilson | 2011-08-08 17:59:01 -0500 (Mon, 08 Aug 2011) | 5 lines Bump the AMI protocol version to 1.2 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/trunk@331098 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 4daf68b57..6b6720a5d 100644
--- 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
--------------------------