summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2012-07-20 15:40:19 +0000
committerRichard Mudgett <rmudgett@digium.com>2012-07-20 15:40:19 +0000
commit499a445af213b1cbce99db9219f041ef053fbc18 (patch)
tree344f128d4d21c75a60372e63eaa0241ceb185e64 /CHANGES
parent54991ca2a7dc23a3da064bd63c39fcdaf21143b7 (diff)
Update CHANGES about adding the AccountCode header to the AMI Hangup event.
(issue ASTERISK-19963) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370315 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fffdd5a45..bff9e9de4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -55,6 +55,8 @@ Core
* Hangup handlers can be attached to channels using the CHANNEL(hangup_handler_xxx)
options. Hangup handlers will run when the channel is hung up similar to the
h extension.
+ * The AMI Hangup event now includes the AccountCode header so you can easily
+ correlate with AMI Newchannel events.
CLI Changes
-------------------