![]() |
Home page |
Mailing list |
Docs
Asterisk developer's documentation :: Codename Pineapple
options.h File Reference
Definition in file options.h.
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | AST_CACHE_DIR_LEN 512 |
| #define | AST_DEFAULT_OPTIONS AST_OPT_FLAG_TRANSCODE_VIA_SLIN |
| #define | AST_FILENAME_MAX 80 |
| #define | ast_fully_booted ast_test_flag(&ast_options, AST_OPT_FLAG_FULLY_BOOTED) |
| #define | ast_opt_always_fork ast_test_flag(&ast_options, AST_OPT_FLAG_ALWAYS_FORK) |
| #define | ast_opt_cache_record_files ast_test_flag(&ast_options, AST_OPT_FLAG_CACHE_RECORD_FILES) |
| #define | ast_opt_console ast_test_flag(&ast_options, AST_OPT_FLAG_CONSOLE) |
| #define | ast_opt_dont_warn ast_test_flag(&ast_options, AST_OPT_FLAG_DONT_WARN) |
| #define | ast_opt_dump_core ast_test_flag(&ast_options, AST_OPT_FLAG_DUMP_CORE) |
| #define | ast_opt_end_cdr_before_h_exten ast_test_flag(&ast_options, AST_OPT_FLAG_END_CDR_BEFORE_H_EXTEN) |
| #define | ast_opt_exec ast_test_flag(&ast_options, AST_OPT_FLAG_EXEC) |
| #define | ast_opt_exec_includes ast_test_flag(&ast_options, AST_OPT_FLAG_EXEC_INCLUDES) |
| #define | ast_opt_high_priority ast_test_flag(&ast_options, AST_OPT_FLAG_HIGH_PRIORITY) |
| #define | ast_opt_init_keys ast_test_flag(&ast_options, AST_OPT_FLAG_INIT_KEYS) |
| #define | ast_opt_internal_timing ast_test_flag(&ast_options, AST_OPT_FLAG_INTERNAL_TIMING) |
| #define | ast_opt_mute ast_test_flag(&ast_options, AST_OPT_FLAG_MUTE) |
| #define | ast_opt_no_color ast_test_flag(&ast_options, AST_OPT_FLAG_NO_COLOR) |
| #define | ast_opt_no_fork ast_test_flag(&ast_options, AST_OPT_FLAG_NO_FORK) |
| #define | ast_opt_override_config ast_test_flag(&ast_options, AST_OPT_FLAG_OVERRIDE_CONFIG) |
| #define | ast_opt_priority_jumping ast_test_flag(&ast_options, AST_OPT_FLAG_PRIORITY_JUMPING) |
| #define | ast_opt_quiet ast_test_flag(&ast_options, AST_OPT_FLAG_QUIET) |
| #define | ast_opt_reconnect ast_test_flag(&ast_options, AST_OPT_FLAG_RECONNECT) |
| #define | ast_opt_remote ast_test_flag(&ast_options, AST_OPT_FLAG_REMOTE) |
| #define | ast_opt_timestamp ast_test_flag(&ast_options, AST_OPT_FLAG_TIMESTAMP) |
| #define | ast_opt_transcode_via_slin ast_test_flag(&ast_options, AST_OPT_FLAG_TRANSCODE_VIA_SLIN) |
| #define | ast_opt_transmit_silence ast_test_flag(&ast_options, AST_OPT_FLAG_TRANSMIT_SILENCE) |
Enumerations | |
| enum | ast_option_flags { AST_OPT_FLAG_EXEC_INCLUDES = (1 << 0), AST_OPT_FLAG_NO_FORK = (1 << 1), AST_OPT_FLAG_QUIET = (1 << 2), AST_OPT_FLAG_CONSOLE = (1 << 3), AST_OPT_FLAG_HIGH_PRIORITY = (1 << 4), AST_OPT_FLAG_INIT_KEYS = (1 << 5), AST_OPT_FLAG_REMOTE = (1 << 6), AST_OPT_FLAG_EXEC = (1 << 7), AST_OPT_FLAG_NO_COLOR = (1 << 8), AST_OPT_FLAG_FULLY_BOOTED = (1 << 9), AST_OPT_FLAG_TRANSCODE_VIA_SLIN = (1 << 10), AST_OPT_FLAG_PRIORITY_JUMPING = (1 << 11), AST_OPT_FLAG_DUMP_CORE = (1 << 12), AST_OPT_FLAG_CACHE_RECORD_FILES = (1 << 13), AST_OPT_FLAG_TIMESTAMP = (1 << 14), AST_OPT_FLAG_OVERRIDE_CONFIG = (1 << 15), AST_OPT_FLAG_RECONNECT = (1 << 16), AST_OPT_FLAG_TRANSMIT_SILENCE = (1 << 17), AST_OPT_FLAG_DONT_WARN = (1 << 18), AST_OPT_FLAG_END_CDR_BEFORE_H_EXTEN = (1 << 19), AST_OPT_FLAG_INTERNAL_TIMING = (1 << 20), AST_OPT_FLAG_ALWAYS_FORK = (1 << 21), AST_OPT_FLAG_MUTE = (1 << 22) } |
Variables | |
| int | ast_language_is_prefix |
| time_t | ast_lastreloadtime |
| pid_t | ast_mainpid |
| ast_flags | ast_options |
| time_t | ast_startuptime |
| char | debug_filename [AST_FILENAME_MAX] |
| char | defaultlanguage [] |
| int | option_debug |
| int | option_maxcalls |
| double | option_maxload |
| int | option_verbose |
| char | record_cache_dir [AST_CACHE_DIR_LEN] |
|
|
|
|
|
These are the options that set by default when Asterisk starts |
|
|
|
|
|
Definition at line 95 of file options.h. Referenced by load_resource(). |
|
|
|
|
|
Definition at line 99 of file options.h. Referenced by ast_writefile(). |
|
|
Definition at line 89 of file options.h. Referenced by ast_term_init(), console_verboser(), load_resource(), and quit_handler(). |
|
|
Definition at line 104 of file options.h. Referenced by show_codecs(). |
|
|
|
|
|
|
|
|
Definition at line 93 of file options.h. Referenced by ast_el_read_char(), and ast_remotecontrol(). |
|
|
Definition at line 86 of file options.h. Referenced by process_text_line(). |
|
|
Definition at line 90 of file options.h. Referenced by ast_safe_system(), and spawn_mp3(). |
|
|
Definition at line 91 of file options.h. Referenced by load_module(), and try_load_key(). |
|
|
Definition at line 106 of file options.h. Referenced by ast_internal_timing_enabled(). |
|
|
Definition at line 108 of file options.h. Referenced by ast_remotecontrol(), and listener(). |
|
|
Definition at line 94 of file options.h. Referenced by ast_term_init(). |
|
|
Definition at line 87 of file options.h. Referenced by ast_term_init(). |
|
|
Definition at line 101 of file options.h. Referenced by ast_readconfig(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 92 of file options.h. Referenced by cli_complete(), and cli_prompt(). |
|
|
Definition at line 100 of file options.h. Referenced by ast_verbose(). |
|
|
Definition at line 96 of file options.h. Referenced by ast_channel_make_compatible_helper(). |
|
|
|
|
|
|
|
|
Definition at line 187 of file asterisk.c. Referenced by handle_showuptime(). |
|
|
Definition at line 171 of file asterisk.c. Referenced by safe_append(), and scan_service(). |
|
|
Definition at line 186 of file asterisk.c. Referenced by handle_showuptime(). |
|
|
Definition at line 167 of file asterisk.c. Referenced by ast_log(). |
|
|
Definition at line 195 of file asterisk.c. |
|
|
Definition at line 166 of file asterisk.c. Referenced by ast_writefile(). |