This is part 2/2 of the patches for #7090. Adds one-step call parking to /trunk...
[asterisk/asterisk.git] / configs / features.conf.sample
1 ;
2 ; Sample Call Features (parking, transfer, etc) configuration
3 ;
4
5 [general]
6 parkext => 700                  ; What extension to dial to park
7 parkpos => 701-720              ; What extensions to park calls on. These needs to be
8                                 ; numeric, as Asterisk starts from the start position
9                                 ; and increments with one for the next parked call.
10 context => parkedcalls          ; Which context parked calls are in
11 ;parkingtime => 45              ; Number of seconds a call can be parked for 
12                                 ; (default is 45 seconds)
13 ;courtesytone = beep            ; Sound file to play to the parked caller 
14                                 ; when someone dials a parked call
15                                 ; or the Touch Monitor is activated/deactivated.
16 ;parkedplay = caller            ; Who to play the courtesy tone to when picking up a parked call
17                                 ; one of: parked, caller, both  (default is caller)
18 ;adsipark = yes                 ; if you want ADSI parking announcements
19 ;findslot => next               ; Continue to the 'next' free parking space. 
20                                 ; Defaults to 'first' available
21
22 ;transferdigittimeout => 3      ; Number of seconds to wait between digits when transfering a call
23                                 ; (default is 3 seconds)
24 ;xfersound = beep               ; to indicate an attended transfer is complete
25 ;xferfailsound = beeperr        ; to indicate a failed transfer
26 ;pickupexten = *8               ; Configure the pickup extension. (default is *8)
27 ;featuredigittimeout = 500      ; Max time (ms) between digits for 
28                                 ; feature activation  (default is 500 ms)
29
30 [featuremap]
31 ;blindxfer => #1                ; Blind transfer  (default is #)
32 ;disconnect => *0               ; Disconnect  (default is *)
33 ;automon => *1                  ; One Touch Record a.k.a. Touch Monitor
34 ;atxfer => *2                   ; Attended transfer
35 ;parkcall => #72                ; Park call (one step parking)
36
37 [applicationmap]
38 ; Note that the DYNAMIC_FEATURES channel variable must be set to use the features
39 ; defined here.  The value of DYNAMIC_FEATURES should be the names of the features
40 ; to allow the channel to use separated by '#'.  For example:
41 ;    Set(DYNAMIC_FEATURES=myfeature1#myfeature2#myfeature3)
42 ;
43 ;testfeature => #9,callee,Playback,tt-monkeys   ;Play tt-monkeys to 
44                                                 ;callee if #9 was pressed
45 ;pauseMonitor   => #1,caller,Pausemonitor       ;Pause monitoring on channel
46 ;unpauseMonitor => #3,caller,UnPauseMonitor     ;Unpause monitoring on channel