summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2013-02-08 17:36:23 +0000
committerJonathan Rose <jrose@digium.com>2013-02-08 17:36:23 +0000
commit1a70d513f1876e88fc61f50484dfa27adc0af881 (patch)
tree5dd42fdbf5c34cb2125d1b4a9ce20bd0c222aced /configs
parentabd17dc8497da673ab39272ce857490c4db26078 (diff)
Call Parking: Set PARKINGLOT and PARKINGSLOT variables on all parked calls
These two variables were previously not being set when comebacktoorigin=yes and the example configs seemed to imply that they should be. Since there is no harm in this and since calls that are sent back to origin are capable of continuing in the dialplan, this seemed like a no-brainer. Also it supports some bridging tests I've been working on. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@381068 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/features.conf.sample5
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/features.conf.sample b/configs/features.conf.sample
index 7f00fab94..701ccdf37 100644
--- a/configs/features.conf.sample
+++ b/configs/features.conf.sample
@@ -27,7 +27,10 @@ context => parkedcalls ; Which context parked calls are in (default par
; an extension created based on the name of the channel that originally parked
; the call. This extension will be created automatically to do a Dial() to the
; device that originally parked the call for comebacktodialtime seconds. If the
- ; call is not answered, the call will proceed to 'park-dial,t,1'.
+ ; call is not answered, the call will proceed to the next priority (usually none
+ ; unless you deliberately set up a catch-all second priority in the park-call
+ ; context) in the dialplan for extension matching the peer name (same as how
+ ; peer names are flattened into extensions when comebacktoorigin is 'no').
;
; 'no' - This option is useful for performing custom dialplan functionality prior to
; sending the call back to the extension that initially parked the call, or to