Go to the source code of this file.
Defines | |
| #define | AST_CACHE_DIR_LEN 512 |
| #define | AST_FILENAME_MAX 80 |
| #define | VERBOSE_PREFIX_1 " " |
| #define | VERBOSE_PREFIX_2 " == " |
| #define | VERBOSE_PREFIX_3 " -- " |
| #define | VERBOSE_PREFIX_4 " > " |
Variables | |
| time_t | ast_lastreloadtime |
| int | ast_mainpid |
| time_t | ast_startuptime |
| char | debug_filename [AST_FILENAME_MAX] |
| char | defaultlanguage [] |
| int | fully_booted |
| int | option_cache_record_files |
| int | option_console |
| int | option_debug |
| int | option_dontwarn |
| int | option_exec_includes |
| int | option_highpriority |
| int | option_initcrypto |
| int | option_maxcalls |
| double | option_maxload |
| int | option_nocolor |
| int | option_nofork |
| int | option_priority_jumping |
| int | option_quiet |
| int | option_timestamp |
| int | option_transcode_slin |
| int | option_transmit_silence_during_record |
| int | option_verbose |
| char | record_cache_dir [AST_CACHE_DIR_LEN] |
Definition in file options.h.
1.5.1