From c17731620dd2da8e241d538484a8f8111d6513bc Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Tue, 22 Oct 2013 16:28:05 +0000 Subject: res_parking: Update XML documention for DTMF features after parking timeout. * Updated the XML documentation to indicate that the parkedcalltransfers, parkedcallreparking, parkedcallhangup, and parkedcallrecording configuration options also apply to parking timeouts. (issue ASTERISK-22630) Reported by: Kevin Harwell Review: https://reviewboard.asterisk.org/r/2942/ ........ Merged revisions 401420 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@401421 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_parking.c | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/res/res_parking.c b/res/res_parking.c index 881bb1288..6d07818de 100644 --- a/res/res_parking.c +++ b/res/res_parking.c @@ -98,15 +98,21 @@ When parking times out and the channel returns to the dial plan, the following variables are set: - + extension that the call was parked in prior to timing out. + + Deprecated. Use PARKING_SPACE instead. + name of the lot that the call was parked in prior to timing out. The device that parked the call + + The flat version of PARKER + @@ -131,33 +137,33 @@ Apply to neither side. - Apply to only to the caller picking up the parked call. - Apply to only to the parked call being picked up. - Apply to both the caller and the callee. + Apply only to the call connecting with the call coming out of the parking lot. + Apply only to the call coming out of the parking lot. + Apply to both sides. If courtesy tone is not specified then this option will be ignored. - Apply the DTMF transfer features to the caller and/or callee when parked calls are picked up. + Who to apply the DTMF transfer features to when parked calls are picked up or timeout. - Apply the DTMF parking feature to the caller and/or callee when parked calls are picked up. + Who to apply the DTMF parking feature to when parked calls are picked up or timeout. - Apply the DTMF Hangup feature to the caller and/or callee when parked calls are picked up. + Who to apply the DTMF hangup feature to when parked calls are picked up or timeout. - Apply the DTMF recording features to the caller and/or callee when parked calls are picked up + Who to apply the DTMF MixMonitor recording feature to when parked calls are picked up or timeout. -- cgit v1.2.3