summaryrefslogtreecommitdiff
path: root/main/manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/manager.c')
-rw-r--r--main/manager.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/manager.c b/main/manager.c
index 19f1e94c2..a17646f0d 100644
--- a/main/manager.c
+++ b/main/manager.c
@@ -5212,11 +5212,11 @@ static int action_coresettings(struct mansession *s, const struct message *m)
AMI_VERSION,
ast_get_version(),
ast_config_AST_SYSTEM_NAME,
- option_maxcalls,
- option_maxload,
+ ast_option_maxcalls,
+ ast_option_maxload,
ast_config_AST_RUN_USER,
ast_config_AST_RUN_GROUP,
- option_maxfiles,
+ ast_option_maxfiles,
AST_CLI_YESNO(ast_realtime_enabled()),
AST_CLI_YESNO(ast_cdr_is_enabled()),
AST_CLI_YESNO(check_webmanager_enabled())