summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-11-13 20:30:13 +0000
committerRussell Bryant <russell@russellbryant.com>2007-11-13 20:30:13 +0000
commitfa39f74761e5081632c00d025e59839302d1de27 (patch)
treea98a5ba8ab2bf6b04c333ce346eea76a35a0091c /CHANGES
parentd24cee9a815630e78e350d1670b254007a01a3bf (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: https://origsvn.digium.com/svn/asterisk/trunk@89250 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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
------------------------