From 8954661207d94e88ec18d9d9854c8a49d27b8ce9 Mon Sep 17 00:00:00 2001 From: Jonathan Rose Date: Fri, 7 Jun 2013 16:07:18 +0000 Subject: res_parking: Automatically generate extensions, hints, etc. (closes issue ASTERISK-21645) Reported by: Matt Jordan Review: https://reviewboard.asterisk.org/r/2545/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@390849 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 4d0f801c6..7aa3cb2a2 100644 --- a/CHANGES +++ b/CHANGES @@ -187,6 +187,11 @@ Parking The preferred way to configure parking is now through res_parking.conf while configuration through features.conf is not currently supported. + * res_parking uses the configuration framework. If an invalid configuration is + supplied, res_parking will fail to load or fail to reload. Previously parking + lots that were misconfigured would generally be accepted with certain + configuration problems leading to individual disabled parking lots. + * Parked calls are now placed in bridges. This is a largely architectural change, but it could have some implications in allowing for new parked call retrieval methods and the contents of parking lots will be visible though certain bridge @@ -226,6 +231,11 @@ Parking by default. Instead, it will follow the timeout rules of the parking lot. The old behavior can be reproduced by using the 'c' option. + * Added a channel variable PARKER_FLAT which stores the name of the extension + that would be used to come back to if comebacktoorigin was set to use. This can + be useful when comebacktoorigin is off if you still want to use the extensions + in the park-dial context that are generated to redial the parker on timeout. + Queue ------------------- * Add queue available hint. exten => 8501,hint,Queue:markq_avail -- cgit v1.2.3