aboutsummaryrefslogtreecommitdiffstats
path: root/configs/features.conf.sample
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-03 20:45:45 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-03 20:45:45 +0000
commit6fa10d395530f33a1e6ab4b4b07f232c1de3c5c3 (patch)
treeea535faa9a74e5da1a3e66fc6af5d1cb2d8faff1 /configs/features.conf.sample
parent21b440ded303bef1964c75e22b56c9057cc96b10 (diff)
Clarify the need for numeric parking positions (imported from 1.2)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17152 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/features.conf.sample')
-rw-r--r--configs/features.conf.sample10
1 files changed, 7 insertions, 3 deletions
diff --git a/configs/features.conf.sample b/configs/features.conf.sample
index df50a35d3..495fa0b61 100644
--- a/configs/features.conf.sample
+++ b/configs/features.conf.sample
@@ -4,7 +4,9 @@
[general]
parkext => 700 ; What extension to dial to park
-parkpos => 701-720 ; What extensions to park calls on
+parkpos => 701-720 ; What extensions to park calls on. These needs to be
+ ; numeric, as Asterisk starts from the start position
+ ; and increments with one for the next parked call.
context => parkedcalls ; Which context parked calls are in
;parkingtime => 45 ; Number of seconds a call can be parked for
; (default is 45 seconds)
@@ -14,12 +16,14 @@ context => parkedcalls ; Which context parked calls are in
;parkedplay = caller ; Who to play the courtesy tone to when picking up a parked call
; one of: parked, caller, both (default is caller)
;adsipark = yes ; if you want ADSI parking announcements
-;findslot => next ; Continue to the 'next' parking space. Defaults to 'first' available
+;findslot => next ; Continue to the 'next' free parking space.
+ ; Defaults to 'first' available
+
;transferdigittimeout => 3 ; Number of seconds to wait between digits when transfering a call
; (default is 3 seconds)
;xfersound = beep ; to indicate an attended transfer is complete
;xferfailsound = beeperr ; to indicate a failed transfer
-;pickupexten = *8 ; Configure the pickup extension (default is *8)
+;pickupexten = *8 ; Configure the pickup extension. (default is *8)
;featuredigittimeout = 500 ; Max time (ms) between digits for
; feature activation (default is 500 ms)