From: Richard Mudgett Date: Fri, 20 Jul 2012 15:40:19 +0000 (+0000) Subject: Update CHANGES about adding the AccountCode header to the AMI Hangup event. X-Git-Tag: 11.0.0-beta1~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=499a445af213b1cbce99db9219f041ef053fbc18;p=thirdparty%2Fasterisk.git 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 --- diff --git a/CHANGES b/CHANGES index fffdd5a454..bff9e9de44 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 -------------------