dect
/
asterisk
Archived
13
0
Fork 0

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
This commit is contained in:
oej 2006-04-03 20:45:45 +00:00
parent 21b440ded3
commit 6fa10d3955
1 changed files with 7 additions and 3 deletions

View File

@ -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)