mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 00:24:05 +00:00
- Add manager command CoreSettings
- Add missing option to options.h - Add missing variables to asterisk.h - Move manager version to manager.h include file git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@63030 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -110,6 +110,7 @@ enum ast_option_flags {
|
||||
extern struct ast_flags ast_options;
|
||||
|
||||
extern int option_verbose;
|
||||
extern int option_maxfiles; /*!< Max number of open file handles (files, sockets) */
|
||||
extern int option_debug; /*!< Debugging */
|
||||
extern int option_maxcalls; /*!< Maximum number of simultaneous channels */
|
||||
extern double option_maxload;
|
||||
|
Reference in New Issue
Block a user