From 38236e54a84c61194c30c92b923752f0dc816d57 Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Fri, 2 Aug 2013 02:32:44 +0000 Subject: Remove dead code from features.c; refactor pickup code into pickup.c This patch does the following: * It moves the pickup code out of features.c and into pickup.c * It removes the vast majority of dead code out of features.c. In particular, this includes the parking code. (issue ASTERISK-22134) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396060 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 952ad3b55..292cde28a 100644 --- a/CHANGES +++ b/CHANGES @@ -311,6 +311,15 @@ AMI (Asterisk Manager Interface) account. When set in the general context, it will act as the default setting for defined accounts. + * The 'BridgeAction' event was removed. It technically added no value, as the + Bridge Action already receives confirmation of the bridge through a + successful completion Event. + + * The 'BridgeExec' events were removed. These events duplicated the events that + occur in the Briding API, and are conveyed now through BridgeCreate, + BridgeEnter, and BridgeLeave events. + + AGI (Asterisk Gateway Interface) ------------------ * The manager event AGIExec has been split into AGIExecStart and AGIExecEnd. -- cgit v1.2.3