From 0096238b5256864fde6540b3b478705663f796a4 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Wed, 25 May 2011 17:14:11 +0000 Subject: Merged revisions 320823 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r320823 | rmudgett | 2011-05-25 12:06:38 -0500 (Wed, 25 May 2011) | 18 lines The AMI Newstate event contains different information between v1.4 and v1.8. The addition of connected line support in v1.8 changes the behavior of the channel caller ID somewhat. The channel caller ID value no longer time shares with the connected line ID on outgoing call legs. The timing of some AMI events/responses output the connected line ID as caller ID. These party ID's are now separate. * The ConnectedLineNum and ConnectedLineName headers were added to many AMI events/responses if the CallerIDNum/CallerIDName headers were also present. (closes issue #18252) Reported by: gje Tested by: rmudgett Review: https://reviewboard.asterisk.org/r/1227/ ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@320825 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 0cd15a9ab..231d1b606 100644 --- a/CHANGES +++ b/CHANGES @@ -567,8 +567,8 @@ Asterisk Manager Interface * Added a new eventfilter option per user to allow whitelisting and blacklisting of events. * Added optional parkinglot variable for park command. - * Added ConnectedLineNum and ConnectedLineName headers to the output of Status - manager action. + * Added ConnectedLineNum and ConnectedLineName headers to AMI events/responses + if CallerIDNum and CallerIDName headers are also present. Channel Event Logging --------------------- -- cgit v1.2.3