|  | 
| #define | AST_CACHE_DIR_LEN   512 | 
|  | 
| #define | AST_CHANNEL_NAME   80 | 
|  | 
| #define | AST_CHANNEL_STORAGE_BACKEND_NAME_LEN   80 | 
|  | 
| #define | AST_DEFAULT_OPTIONS   (AST_OPT_FLAG_TRANSCODE_VIA_SLIN | AST_OPT_FLAG_CACHE_MEDIA_FRAMES) | 
|  | 
| #define | AST_FILENAME_MAX   80 | 
|  | 
| #define | ast_fully_booted   ast_test_flag64(&ast_options, AST_OPT_FLAG_FULLY_BOOTED) | 
|  | 
| #define | ast_opt_always_fork   ast_test_flag64(&ast_options, AST_OPT_FLAG_ALWAYS_FORK) | 
|  | 
| #define | ast_opt_cache_media_frames   ast_test_flag64(&ast_options, AST_OPT_FLAG_CACHE_MEDIA_FRAMES) | 
|  | 
| #define | ast_opt_cache_record_files   ast_test_flag64(&ast_options, AST_OPT_FLAG_CACHE_RECORD_FILES) | 
|  | 
| #define | ast_opt_console   ast_test_flag64(&ast_options, AST_OPT_FLAG_CONSOLE) | 
|  | 
| #define | ast_opt_dbg_module   ast_test_flag64(&ast_options, AST_OPT_FLAG_DEBUG_MODULE) | 
|  | 
| #define | ast_opt_dont_warn   ast_test_flag64(&ast_options, AST_OPT_FLAG_DONT_WARN) | 
|  | 
| #define | ast_opt_dump_core   ast_test_flag64(&ast_options, AST_OPT_FLAG_DUMP_CORE) | 
|  | 
| #define | ast_opt_exec   ast_test_flag64(&ast_options, AST_OPT_FLAG_EXEC) | 
|  | 
| #define | ast_opt_exec_includes   ast_test_flag64(&ast_options, AST_OPT_FLAG_EXEC_INCLUDES) | 
|  | 
| #define | ast_opt_force_black_background   ast_test_flag64(&ast_options, AST_OPT_FLAG_FORCE_BLACK_BACKGROUND) | 
|  | 
| #define | ast_opt_generic_plc   ast_test_flag64(&ast_options, AST_OPT_FLAG_GENERIC_PLC) | 
|  | 
| #define | ast_opt_generic_plc_on_equal_codecs   ast_test_flag64(&ast_options, AST_OPT_FLAG_GENERIC_PLC_ON_EQUAL_CODECS) | 
|  | 
| #define | ast_opt_hide_connect   ast_test_flag64(&ast_options, AST_OPT_FLAG_HIDE_CONSOLE_CONNECT) | 
|  | 
| #define | ast_opt_hide_messaging_ami_events   ast_test_flag64(&ast_options, AST_OPT_FLAG_HIDE_MESSAGING_AMI_EVENTS) | 
|  | 
| #define | ast_opt_high_priority   ast_test_flag64(&ast_options, AST_OPT_FLAG_HIGH_PRIORITY) | 
|  | 
| #define | ast_opt_init_keys   ast_test_flag64(&ast_options, AST_OPT_FLAG_INIT_KEYS) | 
|  | 
| #define | ast_opt_light_background   ast_test_flag64(&ast_options, AST_OPT_FLAG_LIGHT_BACKGROUND) | 
|  | 
| #define | ast_opt_lock_confdir   ast_test_flag64(&ast_options, AST_OPT_FLAG_LOCK_CONFIG_DIR) | 
|  | 
| #define | ast_opt_mute   ast_test_flag64(&ast_options, AST_OPT_FLAG_MUTE) | 
|  | 
| #define | ast_opt_no_color   ast_test_flag64(&ast_options, AST_OPT_FLAG_NO_COLOR) | 
|  | 
| #define | ast_opt_no_fork   ast_test_flag64(&ast_options, AST_OPT_FLAG_NO_FORK) | 
|  | 
| #define | ast_opt_quiet   ast_test_flag64(&ast_options, AST_OPT_FLAG_QUIET) | 
|  | 
| #define | ast_opt_reconnect   ast_test_flag64(&ast_options, AST_OPT_FLAG_RECONNECT) | 
|  | 
| #define | ast_opt_ref_debug   ast_test_flag64(&ast_options, AST_OPT_FLAG_REF_DEBUG) | 
|  | 
| #define | ast_opt_remote   ast_test_flag64(&ast_options, AST_OPT_FLAG_REMOTE) | 
|  | 
| #define | ast_opt_sounds_search_custom   ast_test_flag64(&ast_options, AST_OPT_FLAG_SOUNDS_SEARCH_CUSTOM) | 
|  | 
| #define | ast_opt_timestamp   ast_test_flag64(&ast_options, AST_OPT_FLAG_TIMESTAMP) | 
|  | 
| #define | ast_opt_trace_module   ast_test_flag64(&ast_options, AST_OPT_FLAG_TRACE_MODULE) | 
|  | 
| #define | ast_opt_transcode_via_slin   ast_test_flag64(&ast_options, AST_OPT_FLAG_TRANSCODE_VIA_SLIN) | 
|  | 
| #define | ast_opt_transmit_silence   ast_test_flag64(&ast_options, AST_OPT_FLAG_TRANSMIT_SILENCE) | 
|  | 
| #define | AST_PJPROJECT_INIT_LOG_LEVEL() | 
|  | Get maximum log level pjproject was compiled with. 
 | 
|  | 
| #define | DEFAULT_PJ_LOG_MAX_LEVEL   2 | 
|  | 
| #define | DEFAULT_PJPROJECT_CACHE_POOLS   1 | 
|  | 
| #define | MAX_PJ_LOG_MAX_LEVEL   6 | 
|  | 
Options provided by main asterisk program. 
Definition in file options.h.
  
  | 
        
          | int ast_language_is_prefix |  | extern | 
 
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 68 of file file.c.
Referenced by handle_show_settings(), load_asterisk_conf(), and main().