aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-13 20:30:13 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-13 20:30:13 +0000
commitbf19a71d3a0fcb818945a07b9d147c195f0560f5 (patch)
treea98a5ba8ab2bf6b04c333ce346eea76a35a0091c /CHANGES
parent07aef1fe20b99952ffb3ad656ed11beee108b5cb (diff)
Update the ParkedCall application to grab the first available parked call if no
parked extension is provided as an argument. (closes issue #10803) Reported by: outtolunc Patches: res_features-parkedcall-any.diff4 uploaded by outtolunc (license 237) - modified by me to work a bit differently ... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89250 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bde8bb60a..1ec628d29 100644
--- a/CHANGES
+++ b/CHANGES
@@ -255,6 +255,9 @@ Call Features (res_features) Changes
features.conf. This means that features can be written a single time, and
then mapped into groups of features for different key mappings or easier
access control.
+ * Updated the ParkedCall application to allow you to not specify a parking
+ extension. If you don't specify a parking space to pick up, it will grab
+ the first one available.
Language Support Changes
------------------------