summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2011-12-14 21:08:20 +0000
committerJonathan Rose <jrose@digium.com>2011-12-14 21:08:20 +0000
commit480d46f92c071aadb932368c6481194e634f27d7 (patch)
tree4daed856e4b84c7c50064d61ac4467dcf7b406b1 /configs
parent25567299830015c0b87e25d7d2a86b2ab4e744c2 (diff)
Add and document PARKEDCALL variable set during timeout
PARKEDCALL variable tracks which parking lot the call was last parked in. This can be used afterwards for flow control when returntoorigin is set to off. I went ahead and documented both this and the existing variable set during timeout (PARKINGSLOT) in the sample features.conf since there was no prior mention of variables being set during timeout. (closes issue ASTERISK-16239) Reported By: Clod Patry Patches: M17503.diff uploaded by Clod Patry (license 5138) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@348161 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/features.conf.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/features.conf.sample b/configs/features.conf.sample
index 4043c3853..904c5d937 100644
--- a/configs/features.conf.sample
+++ b/configs/features.conf.sample
@@ -43,8 +43,9 @@ context => parkedcalls ; Which context parked calls are in (default par
; created in the 'park-dial' context. This extension will be set up to do a
; Dial() to 'SIP/0004F2040001'.
;
- ; During the timeout procedure, the following variable is set
+ ; During the timeout procedure, the following variables are set
; PARKINGSLOT - extension that the call was parked in prior to timing out
+ ; PARKEDLOT - name of the lot that the call was parked in prior to timing out
;courtesytone = beep ; Sound file to play to when someone picks up a parked call
; and also when the Touch Monitor is activated/deactivated.