mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
make 'core show settings' should show all settable directories
(closes issue #17086) Reported by: tzafrir Patches: asterisk_extra_settings_dirs.diff uploaded by tzafrir (license 46) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@254162 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -482,6 +482,13 @@ static char *handle_show_settings(struct ast_cli_entry *e, int cmd, struct ast_c
|
||||
ast_cli(a->fd, " Module directory: %s\n", ast_config_AST_MODULE_DIR);
|
||||
ast_cli(a->fd, " Spool directory: %s\n", ast_config_AST_SPOOL_DIR);
|
||||
ast_cli(a->fd, " Log directory: %s\n", ast_config_AST_LOG_DIR);
|
||||
ast_cli(a->fd, " Run/Sockets directory: %s\n", ast_config_AST_RUN_DIR);
|
||||
ast_cli(a->fd, " PID file: %s\n", ast_config_AST_PID);
|
||||
ast_cli(a->fd, " VarLib directory: %s\n", ast_config_AST_VAR_DIR);
|
||||
ast_cli(a->fd, " Data directory: %s\n", ast_config_AST_DATA_DIR);
|
||||
ast_cli(a->fd, " ASTDB: %s\n", ast_config_AST_DB);
|
||||
ast_cli(a->fd, " IAX2 Keys directory: %s\n", ast_config_AST_KEY_DIR);
|
||||
ast_cli(a->fd, " AGI Scripts directory: %s\n", ast_config_AST_AGI_DIR);
|
||||
ast_cli(a->fd, "\n\n");
|
||||
return CLI_SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user