This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | DEFAULT_LANGUAGE "en" |
#define | AST_CONFIG_MAX_PATH 255 |
#define | AST_CONFIG_DIR ASTETCDIR |
#define | AST_RUN_DIR ASTVARRUNDIR |
#define | AST_SOCKET ASTVARRUNDIR "/asterisk.ctl" |
#define | AST_PID ASTVARRUNDIR "/asterisk.pid" |
#define | AST_MODULE_DIR ASTMODDIR |
#define | AST_SPOOL_DIR ASTSPOOLDIR |
#define | AST_VAR_DIR ASTVARLIBDIR |
#define | AST_LOG_DIR ASTLOGDIR |
#define | AST_AGI_DIR ASTAGIDIR |
#define | AST_KEY_DIR ASTVARLIBDIR "/keys" |
#define | AST_DB ASTVARLIBDIR "/astdb" |
#define | AST_CONFIG_FILE ASTCONFPATH |
#define | AST_SOUNDS AST_VAR_DIR "/sounds" |
#define | AST_IMAGES AST_VAR_DIR "/images" |
Functions | |
int | load_modules (void) |
int | load_pbx (void) |
int | init_logger (void) |
int | init_framer (void) |
int | reload_logger (int) |
int | term_init (void) |
int | astdb_init (void) |
|
Definition at line 28 of file asterisk.h. |
|
Definition at line 20 of file asterisk.h. Referenced by ast_save(). |
|
Definition at line 32 of file asterisk.h. |
|
Definition at line 19 of file asterisk.h. |
|
Definition at line 30 of file asterisk.h. |
|
Definition at line 35 of file asterisk.h. |
|
Definition at line 29 of file asterisk.h. |
|
Definition at line 27 of file asterisk.h. |
|
Definition at line 24 of file asterisk.h. |
|
Definition at line 23 of file asterisk.h. |
|
Definition at line 21 of file asterisk.h. |
|
Definition at line 22 of file asterisk.h. |
|
Definition at line 34 of file asterisk.h. |
|
Definition at line 25 of file asterisk.h. |
|
Definition at line 26 of file asterisk.h. |
|
Definition at line 17 of file asterisk.h. |
|
Definition at line 417 of file db.c. References ast_cli_register(), cli_database_del, cli_database_deltree, cli_database_get, cli_database_put, and cli_database_show. Referenced by main().
|
|
Definition at line 782 of file frame.c. References ast_cli_register(), cli_show_codec_n, cli_show_codecs, cli_show_codecs_audio, cli_show_codecs_image, and cli_show_codecs_video. Referenced by main().
|
|
Definition at line 399 of file logger.c. References ast_cli_register(), ast_config_AST_LOG_DIR, ast_log(), ast_verbose(), EVENTLOG, LOG_ERROR, LOG_EVENT, and option_verbose. Referenced by main().
|
|
Definition at line 352 of file loader.c. References ast_config_AST_MODULE_DIR, ast_destroy(), ast_load(), ast_load_resource(), ast_log(), AST_MODULE_CONFIG, ast_true(), ast_variable_browse(), ast_variable_retrieve(), ast_verbose(), COLOR_BRWHITE, LOG_DEBUG, LOG_WARNING, option_debug, option_quiet, option_verbose, term_color(), and VERBOSE_PREFIX_1. Referenced by main().
|
|
Definition at line 4649 of file pbx.c. References ast_cli_register(), AST_LIST_HEAD_INIT, ast_log(), ast_register_application(), ast_verbose(), description(), LOG_ERROR, option_verbose, and VERBOSE_PREFIX_1. Referenced by main().
|
|
Definition at line 267 of file logger.c. References ast_config_AST_LOG_DIR, AST_CONFIG_MAX_PATH, ast_log(), ast_mutex_lock, ast_mutex_unlock, ast_verbose(), EVENTLOG, LOG_ERROR, LOG_EVENT, and option_verbose. Referenced by ast_log().
|
|
Definition at line 32 of file term.c. References ATTR_BRIGHT, ATTR_RESET, COLOR_BLACK, COLOR_BROWN, COLOR_WHITE, ESC, option_console, option_nocolor, and option_nofork. Referenced by main().
|