|
|
@ -7,9 +7,12 @@ parkext => 700 ; What extension to dial to park
|
|
|
|
parkpos => 701-720 ; What extensions to park calls on. These needs to be
|
|
|
|
parkpos => 701-720 ; What extensions to park calls on. These needs to be
|
|
|
|
; numeric, as Asterisk starts from the start position
|
|
|
|
; numeric, as Asterisk starts from the start position
|
|
|
|
; and increments with one for the next parked call.
|
|
|
|
; and increments with one for the next parked call.
|
|
|
|
context => parkedcalls ; Which context parked calls are in
|
|
|
|
;parkinghints = no ; Add hints priorities automatically for parking slots (default is no).
|
|
|
|
;parkingtime => 45 ; Number of seconds a call can be parked for
|
|
|
|
;parkingtime => 45 ; Number of seconds a call can be parked for
|
|
|
|
; (default is 45 seconds)
|
|
|
|
; (default is 45 seconds)
|
|
|
|
|
|
|
|
;comebacktoorigin = yes ; Whether to return to the original calling extension upon parking
|
|
|
|
|
|
|
|
; timeout or to send the call to context 'parkedcallstimeout' at
|
|
|
|
|
|
|
|
; extension 's', priority '1' (default is yes).
|
|
|
|
;courtesytone = beep ; Sound file to play to the parked caller
|
|
|
|
;courtesytone = beep ; Sound file to play to the parked caller
|
|
|
|
; when someone dials a parked call
|
|
|
|
; when someone dials a parked call
|
|
|
|
; or the Touch Monitor is activated/deactivated.
|
|
|
|
; or the Touch Monitor is activated/deactivated.
|
|
|
@ -108,6 +111,16 @@ context => parkedcalls ; Which context parked calls are in
|
|
|
|
;unpauseMonitor => #3,self/callee,UnPauseMonitor ;Allow the callee to unpause monitoring
|
|
|
|
;unpauseMonitor => #3,self/callee,UnPauseMonitor ;Allow the callee to unpause monitoring
|
|
|
|
; ;on their channel
|
|
|
|
; ;on their channel
|
|
|
|
;
|
|
|
|
;
|
|
|
|
|
|
|
|
;*** Define another parking lot
|
|
|
|
|
|
|
|
;
|
|
|
|
|
|
|
|
; You can set parkinglot with the CHANNEL dialplan function
|
|
|
|
|
|
|
|
; or by setting 'parkinglot' directly in the channel configuration file.
|
|
|
|
|
|
|
|
;
|
|
|
|
|
|
|
|
;[parkinglot_edvina]
|
|
|
|
|
|
|
|
;context => edvinapark
|
|
|
|
|
|
|
|
;parkpos => 800-850
|
|
|
|
|
|
|
|
;findslot => next
|
|
|
|
|
|
|
|
|
|
|
|
; GROUPS
|
|
|
|
; GROUPS
|
|
|
|
; Groups are groupings of features defined in [applicationmap]
|
|
|
|
; Groups are groupings of features defined in [applicationmap]
|
|
|
|
; that can have their own key mappings.
|
|
|
|
; that can have their own key mappings.
|
|
|
|