mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Issue #5374 - Enable internal timing of generators (cmantunes)
Thanks everyone involved for hard work, testing and testing! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16473 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -101,10 +101,10 @@ enum ast_option_flags {
|
||||
extern struct ast_flags ast_options;
|
||||
|
||||
extern int option_verbose;
|
||||
extern int option_debug;
|
||||
extern int option_maxcalls;
|
||||
extern int option_debug; /*!< Debugging */
|
||||
extern int option_maxcalls; /*!< Maximum number of simultaneous channels */
|
||||
extern double option_maxload;
|
||||
|
||||
extern int option_internal_timing; /*!< Flag for internal timing (RTP) */
|
||||
extern char defaultlanguage[];
|
||||
|
||||
extern time_t ast_startuptime;
|
||||
|
Reference in New Issue
Block a user