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 --- UPGRADE.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'UPGRADE.txt') diff --git a/UPGRADE.txt b/UPGRADE.txt index baae655f3..d60ca36ef 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -185,6 +185,10 @@ Features: - Executing a dynamic feature on the bridge peer in a multi-party bridge will execute it on all peers of the activating channel. + - There is no longer an explicit 'features reload' CLI command. Features can still be + reloaded using 'module reload features'. + + Parking: - The arguments for the Park, ParkedCall, and ParkAndAnnounce applications have been modified significantly. See the application documents for specific details. -- cgit v1.2.3