mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 20:33:53 +00:00
Remove a bunch of trailing whitespace in preparation for reformatting/cleanup.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@197528 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -5,52 +5,52 @@
|
||||
[general]
|
||||
parkext => 700 ; What extension to dial to park (all parking lots)
|
||||
parkpos => 701-720 ; What extensions to park calls on. (defafult parking lot)
|
||||
; These needs to be numeric, as Asterisk starts from the start position
|
||||
; and increments with one for the next parked call.
|
||||
; 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 (default parking lot)
|
||||
;parkinghints = no ; Add hints priorities automatically for parking slots (default is no).
|
||||
;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).
|
||||
; 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
|
||||
; when someone dials a parked call
|
||||
; or the Touch Monitor is activated/deactivated.
|
||||
; when someone dials a parked call
|
||||
; or the Touch Monitor is activated/deactivated.
|
||||
;parkedplay = caller ; Who to play the courtesy tone to when picking up a parked call
|
||||
; one of: parked, caller, both (default is caller)
|
||||
; one of: parked, caller, both (default is caller)
|
||||
;parkedcalltransfers = caller ; Enables or disables DTMF based transfers when picking up a parked call.
|
||||
; one of: callee, caller, both, no (default is no)
|
||||
; one of: callee, caller, both, no (default is no)
|
||||
;parkedcallreparking = caller ; Enables or disables DTMF based parking when picking up a parked call.
|
||||
; one of: callee, caller, both, no (default is no)
|
||||
; one of: callee, caller, both, no (default is no)
|
||||
;parkedcallhangup = caller ; Enables or disables DTMF based hangups when picking up a parked call.
|
||||
; one of: callee, caller, both, no (default is no)
|
||||
; one of: callee, caller, both, no (default is no)
|
||||
;parkedcallrecording = caller ; Enables or disables DTMF based one-touch recording when picking up a parked call.
|
||||
; one of: callee, caller, both, no (default is no)
|
||||
; one of: callee, caller, both, no (default is no)
|
||||
;adsipark = yes ; if you want ADSI parking announcements
|
||||
;findslot => next ; Continue to the 'next' free parking space.
|
||||
; Defaults to 'first' available
|
||||
; Defaults to 'first' available
|
||||
;parkedmusicclass=default ; This is the MOH class to use for the parked channel
|
||||
; as long as the class is not set on the channel directly
|
||||
; using Set(CHANNEL(musicclass)=whatever) in the dialplan
|
||||
; as long as the class is not set on the channel directly
|
||||
; using Set(CHANNEL(musicclass)=whatever) in the dialplan
|
||||
|
||||
;transferdigittimeout => 3 ; Number of seconds to wait between digits when transferring a call
|
||||
; (default is 3 seconds)
|
||||
; (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)
|
||||
;pickupsound = beep ; to indicate a successful pickup (default: no sound)
|
||||
;pickupfailsound = beeperr ; to indicate that the pickup failed (default: no sound)
|
||||
;featuredigittimeout = 1000 ; Max time (ms) between digits for
|
||||
; feature activation (default is 1000 ms)
|
||||
; feature activation (default is 1000 ms)
|
||||
;atxfernoanswertimeout = 15 ; Timeout for answer on attended transfer default is 15 seconds.
|
||||
;atxferdropcall = no ; If someone does an attended transfer, then hangs up before the transferred
|
||||
; caller is connected, then by default, the system will try to call back the
|
||||
; person that did the transfer. If this is set to "yes", the callback will
|
||||
; not be attempted and the transfer will just fail.
|
||||
; caller is connected, then by default, the system will try to call back the
|
||||
; person that did the transfer. If this is set to "yes", the callback will
|
||||
; not be attempted and the transfer will just fail.
|
||||
;atxferloopdelay = 10 ; Number of seconds to sleep between retries (if atxferdropcall = no)
|
||||
;atxfercallbackretries = 2 ; Number of times to attempt to send the call back to the transferer.
|
||||
; By default, this is 2.
|
||||
; By default, this is 2.
|
||||
|
||||
; Note that the DTMF features listed below only work when two channels have answered and are bridged together.
|
||||
; They can not be used while the remote party is ringing or in progress. If you require this feature you can use
|
||||
|
||||
Reference in New Issue
Block a user