From: Richard Mudgett Date: Tue, 22 Oct 2013 16:26:20 +0000 (+0000) Subject: res_parking: Update XML documention for DTMF features after parking timeout. X-Git-Tag: 12.0.0-beta2~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51adbac54628ff2a9d7c0403577365c12c31520e;p=thirdparty%2Fasterisk.git 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/ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@401420 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_parking.c b/res/res_parking.c index 881bb12880..6d07818dee 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.