summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2011-05-09 13:56:32 +0000
committerJonathan Rose <jrose@digium.com>2011-05-09 13:56:32 +0000
commit229e066dcbd8419db16ea5fe1a1804fb96e63cb4 (patch)
tree647d4504bebd2f7ee439e793810df3df3a380ef3 /CHANGES
parent7002adcb3e6016d5f5a81e0b0dce4a60170b98f3 (diff)
Allows ParkedCall application to specify a parkinglot.
When invoking the app parkedcall, the argument can now include '@parkinglot' after the extension. (closes issue #18777) Reported by: cartama Patches: 0018777.diff uploaded by cartama (license 1157) Review: https://reviewboard.asterisk.org/r/1209/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318141 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 becdbfd6a..c7aebe183 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,6 +15,7 @@
Parking
-------
* parkedmusicclass can now be set for non-default parking lots.
+ * ParkedCall application can now specify a specific parkinglot.
Asterisk Manager Interface
--------------------------
@@ -304,6 +305,8 @@ Applications
* Added 'D' command to ExternalIVR full details in doc/externalivr.txt
* Added 'v' option to MeetMe to play voicemail greetings when a user joins/leaves
a MeetMe conference
+ * Added ability to include '@parkinglot' to ParkedCall extension in order to specify
+ a specific parkinglot on which to search the extension.
Dialplan Functions
------------------