From 499a445af213b1cbce99db9219f041ef053fbc18 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Fri, 20 Jul 2012 15:40:19 +0000 Subject: [PATCH] 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 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index fffdd5a..bff9e9d 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 ------------------- -- 1.7.9.5