mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 00:41:02 +00:00
After seeing another problem in #asterisk stemming from
the low default value of featuredigittimeout, I decided it was high time to change it. I have changed the default to 2000 ms based on a suggestion from Leif Madsen. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@152807 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -35,8 +35,8 @@ context => parkedcalls ; Which context parked calls are in (default parking lot
|
||||
;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)
|
||||
;featuredigittimeout = 500 ; Max time (ms) between digits for
|
||||
; feature activation (default is 500 ms)
|
||||
;featuredigittimeout = 2000 ; Max time (ms) between digits for
|
||||
; feature activation (default is 2000 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
|
||||
|
Reference in New Issue
Block a user