Options provided by main asterisk program. More...
#include "asterisk/autoconfig.h"

Go to the source code of this file.
Options provided by main asterisk program.
Definition in file options.h.
| #define AST_CACHE_DIR_LEN 512 |
Definition at line 32 of file options.h.
Referenced by ast_readconfig().
| #define AST_CHANNEL_NAME 80 |
Max length of an ast_channel name
Definition at line 152 of file options.h.
Referenced by ast_compile_ael2(), gen_prios(), and pbx_builtin_setvar().
Definition at line 150 of file options.h.
Referenced by realtime_exec().
Definition at line 151 of file options.h.
Referenced by handle_exec().
| #define AST_FILENAME_MAX 80 |
Definition at line 119 of file options.h.
Referenced by ast_module_reload(), ast_process_pending_reloads(), scan_thread(), start_resource(), and tzload().
Definition at line 124 of file options.h.
Referenced by ast_writefile().
Definition at line 113 of file options.h.
Referenced by ast_term_init(), can_safely_quit(), console_verboser(), main(), print_intro_message(), really_quit(), and start_resource().
Definition at line 129 of file options.h.
Referenced by filter(), pbx_exec(), pbx_load_config(), and show_codecs().
| #define ast_opt_end_cdr_before_h_exten ast_test_flag(&ast_options, AST_OPT_FLAG_END_CDR_BEFORE_H_EXTEN) |
Definition at line 130 of file options.h.
Referenced by ast_pbx_h_exten_run(), and ast_pbx_hangup_handler_run().
| #define ast_opt_exec ast_test_flag(&ast_options, AST_OPT_FLAG_EXEC) |
Definition at line 117 of file options.h.
Referenced by ast_el_read_char(), ast_remotecontrol(), main(), print_intro_message(), and really_quit().
Definition at line 110 of file options.h.
Referenced by process_text_line().
| #define ast_opt_force_black_background ast_test_flag(&ast_options, AST_OPT_FLAG_FORCE_BLACK_BACKGROUND) |
Definition at line 137 of file options.h.
Referenced by ast_term_color_code(), ast_term_init(), term_color(), term_color_code(), and term_prompt().
Definition at line 140 of file options.h.
Referenced by ast_channel_make_compatible_helper(), and ast_write().
Definition at line 138 of file options.h.
Referenced by listener(), and netconsole().
Definition at line 114 of file options.h.
Referenced by app_exec(), ast_safe_system(), icesencode(), main(), mp3play(), NBScatplay(), send_waveform_to_fd(), spawn_mp3(), and spawn_ras().
Definition at line 115 of file options.h.
Referenced by load_module(), and try_load_key().
Definition at line 131 of file options.h.
Referenced by ast_internal_timing_enabled().
Definition at line 136 of file options.h.
Referenced by ast_term_init(), ast_xmldoc_printable(), check_fgcolor(), term_color(), and term_prompt().
Definition at line 139 of file options.h.
Referenced by ast_module_reload().
| #define ast_opt_mute ast_test_flag(&ast_options, AST_OPT_FLAG_MUTE) |
Definition at line 133 of file options.h.
Referenced by send_rasterisk_connect_commands().
Definition at line 118 of file options.h.
Referenced by ast_term_init().
Definition at line 126 of file options.h.
Referenced by ast_readconfig().
| #define ast_opt_quiet ast_test_flag(&ast_options, AST_OPT_FLAG_QUIET) |
Definition at line 112 of file options.h.
Referenced by load_modules().
Definition at line 127 of file options.h.
Referenced by ast_el_read_char().
Definition at line 116 of file options.h.
Referenced by ast_readconfig(), cli_complete(), cli_prompt(), main(), print_intro_message(), and really_quit().
Invoke the stdexten using the legacy macro method.
Definition at line 122 of file options.h.
Referenced by pbx_load_users().
Definition at line 125 of file options.h.
Referenced by __ast_verbose_ap().
Definition at line 120 of file options.h.
Referenced by ast_channel_make_compatible_helper().
Definition at line 128 of file options.h.
Referenced by __ast_play_and_record(), ast_bridge_call(), ast_dtmf_stream(), ast_readstring_full(), ast_safe_sleep_conditional(), record_exec(), waitfor_exec(), and waitforring_exec().
| enum ast_compat_flags |
Definition at line 144 of file options.h.
{
AST_COMPAT_DELIM_PBX_REALTIME = (1 << 0),
AST_COMPAT_DELIM_RES_AGI = (1 << 1),
AST_COMPAT_APP_SET = (1 << 2),
};
| char ast_defaultlanguage[] |
Definition at line 246 of file asterisk.c.
Referenced by __ast_channel_alloc_ap(), acf_vm_info(), ast_readconfig(), and handle_show_settings().
The following variable controls the layout of localized sound files. If 0, use the historical layout with prefix just before the filename (i.e. digits/en/1.gsm , digits/it/1.gsm or default to digits/1.gsm), if 1 put the prefix at the beginning of the filename (i.e. en/digits/1.gsm, it/digits/1.gsm or default to digits/1.gsm). The latter permits a language to be entirely in one directory.
This is settable in asterisk.conf.
Definition at line 65 of file file.c.
Referenced by ast_readconfig(), handle_show_settings(), and main().
| struct timeval ast_lastreloadtime |
Definition at line 238 of file asterisk.c.
Referenced by action_corestatus(), ast_module_reload(), ast_var_Config(), handle_show_settings(), handle_showuptime(), and main().
| pid_t ast_mainpid |
Definition at line 216 of file asterisk.c.
Referenced by safe_append(), and scan_service().
| struct timeval ast_startuptime |
Definition at line 237 of file asterisk.c.
Referenced by action_corestatus(), ast_var_Config(), handle_show_settings(), handle_showcalls(), handle_showuptime(), and main().
Definition at line 212 of file asterisk.c.
Referenced by ast_writefile().