mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Modify TIMEOUT() to be accurate down to the millisecond.
(closes issue #10540) Reported by: spendergrass Patches: 20080417__bug10540.diff.txt uploaded by Corydon76 (license 14) Tested by: blitzrage git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@115076 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -112,8 +112,8 @@ int ast_build_timing(struct ast_timing *i, const char *info);
|
||||
int ast_check_timing(const struct ast_timing *i);
|
||||
|
||||
struct ast_pbx {
|
||||
int dtimeout; /*!< Timeout between digits (seconds) */
|
||||
int rtimeout; /*!< Timeout for response (seconds) */
|
||||
int dtimeoutms; /*!< Timeout between digits (milliseconds) */
|
||||
int rtimeoutms; /*!< Timeout for response (milliseconds) */
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user