2002-05-12 03:01:27 +00:00
|
|
|
;
|
|
|
|
|
; Sample Parking configuration
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
[general]
|
2006-03-21 18:59:29 +00:00
|
|
|
parkext => 700 ; What extension to dial to park
|
2006-04-03 20:38:11 +00:00
|
|
|
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.
|
2004-08-31 19:19:05 +00:00
|
|
|
context => parkedcalls ; Which context parked calls are in
|
|
|
|
|
;parkingtime => 45 ; Number of seconds a call can be parked for
|
|
|
|
|
; (default is 45 seconds)
|
2006-09-11 16:39:06 +00:00
|
|
|
;transferdigittimeout => 3 ; Number of seconds to wait between digits when transferring a call
|
2004-08-31 19:19:05 +00:00
|
|
|
;courtesytone = beep ; Sound file to play to the parked caller
|
|
|
|
|
; when someone dials a parked call
|
2005-01-05 21:00:20 +00:00
|
|
|
;xfersound = beep ; to indicate an attended transfer is complete
|
2005-01-05 21:31:40 +00:00
|
|
|
;xferfailsound = beeperr ; to indicate a failed transfer
|
2004-09-15 19:49:33 +00:00
|
|
|
;adsipark = yes ; if you want ADSI parking announcements
|
2006-04-03 20:38:11 +00:00
|
|
|
;findslot => next ; Continue to the 'next' free parking space.
|
|
|
|
|
; Defaults to 'first' available
|
2004-09-26 20:47:01 +00:00
|
|
|
;pickupexten = *8 ; Configure the pickup extension. Default is *8
|
2005-01-04 04:01:40 +00:00
|
|
|
;featuredigittimeout = 500 ; Max time (ms) between digits for
|
|
|
|
|
; feature activation. Default is 500
|
|
|
|
|
|
2005-01-05 21:00:20 +00:00
|
|
|
|
2005-01-04 04:01:40 +00:00
|
|
|
[featuremap]
|
2005-01-05 19:56:47 +00:00
|
|
|
;blindxfer => #1 ; Blind transfer
|
|
|
|
|
;disconnect => *0 ; Disconnect
|
|
|
|
|
;automon => *1 ; One Touch Record
|
|
|
|
|
;atxfer => *2 ; Attended transfer
|
2005-08-23 02:22:33 +00:00
|
|
|
|
|
|
|
|
[applicationmap]
|
2006-03-21 18:59:29 +00:00
|
|
|
; Note that the DYNAMIC_FEATURES channel variable must be set to use the features
|
|
|
|
|
; defined here. The value of DYNAMIC_FEATURES should be the names of the features
|
|
|
|
|
; to allow the channel to use separated by '#'. For example:
|
|
|
|
|
; Set(DYNAMIC_FEATURES=myfeature1#myfeature2#myfeature3)
|
|
|
|
|
;
|
2005-11-03 21:53:44 +00:00
|
|
|
;testfeature => #9,callee,Playback,tt-monkeys ;Play tt-monkeys to
|
2005-08-23 02:22:33 +00:00
|
|
|
;callee if #9 was pressed
|
|
|
|
|
|