aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-03 20:38:11 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-03 20:38:11 +0000
commitee89aedb0675a96d2b539c1ccc51f1f1f5abefdf (patch)
tree2c17efaf63abc1e26c2eb6e9c79a7b81dbd73615 /configs
parentad79fb012dc925c4af519c059c4688ccb39aa4c6 (diff)
Issue 6870 - document that parking lots need to be numeric
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@17150 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/features.conf.sample7
1 files changed, 5 insertions, 2 deletions
diff --git a/configs/features.conf.sample b/configs/features.conf.sample
index 9fb94ff18..b181434dd 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,7 +16,8 @@ context => parkedcalls ; Which context parked calls are in
;xfersound = beep ; to indicate an attended transfer is complete
;xferfailsound = beeperr ; to indicate a failed transfer
;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
;pickupexten = *8 ; Configure the pickup extension. Default is *8
;featuredigittimeout = 500 ; Max time (ms) between digits for
; feature activation. Default is 500