mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-22 21:36:28 +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:
@@ -58,7 +58,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
|
||||
#define DEFAULT_PARK_TIME 45000
|
||||
#define DEFAULT_TRANSFER_DIGIT_TIMEOUT 3000
|
||||
#define DEFAULT_FEATURE_DIGIT_TIMEOUT 500
|
||||
#define DEFAULT_FEATURE_DIGIT_TIMEOUT 2000
|
||||
#define DEFAULT_NOANSWER_TIMEOUT_ATTENDED_TRANSFER 15000
|
||||
#define DEFAULT_PARKINGLOT "default" /*!< Default parking lot */
|
||||
#define DEFAULT_ATXFER_DROP_CALL 0
|
||||
|
Reference in New Issue
Block a user