| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Main configuration options from asterisk.conf or OS command line on starting Asterisk. More...
| Variables | |
| int | ast_option_disable_remote_console_shell = 0 | 
| int | ast_option_maxcalls | 
| int | ast_option_maxfiles | 
| double | ast_option_maxload | 
| int | ast_option_pjproject_cache_pools | 
| int | ast_option_pjproject_log_level | 
| unsigned int | ast_option_rtpptdynamic = 35 | 
| int | ast_option_rtpusedynamic = 1 | 
| struct ast_flags64 | ast_options = { AST_DEFAULT_OPTIONS } | 
| int | ast_pjproject_max_log_level = -1 | 
| int | ast_verb_sys_level | 
| int | option_debug | 
| unsigned int | option_dtmfminduration = AST_MIN_DTMF_DURATION | 
| long | option_minmemfree | 
| int | option_trace | 
| int | option_verbose | 
Main configuration options from asterisk.conf or OS command line on starting Asterisk.
| enum ast_option_flags | 
Definition at line 39 of file options.h.
| int ast_option_disable_remote_console_shell = 0 | 
Definition at line 91 of file options.c.
Referenced by handle_show_settings(), load_asterisk_conf(), and remoteconsolehandler().
| int ast_option_maxcalls | 
Max number of active calls
Definition at line 80 of file options.c.
Referenced by action_coresettings(), ast_ari_asterisk_get_info(), handle_chanlist(), handle_show_settings(), handle_showcalls(), increase_call_count(), load_asterisk_conf(), and main().
| int ast_option_maxfiles | 
Max number of open file handles (files, sockets)
Definition at line 82 of file options.c.
Referenced by action_coresettings(), ast_ari_asterisk_get_info(), handle_show_settings(), and load_asterisk_conf().
| double ast_option_maxload | 
Max load avg on system
Definition at line 78 of file options.c.
Referenced by action_coresettings(), ast_ari_asterisk_get_info(), handle_show_settings(), increase_call_count(), load_asterisk_conf(), and main().
| int ast_option_pjproject_cache_pools | 
Current pjproject pool caching enable
Definition at line 76 of file options.c.
Referenced by ast_pjproject_caching_pool_init(), and read_pjproject_startup_options().
| int ast_option_pjproject_log_level | 
Current pjproject logging level
Definition at line 75 of file options.c.
Referenced by handle_pjproject_set_log_level(), handle_pjproject_show_log_level(), load_module(), and read_pjproject_startup_options().
| unsigned int ast_option_rtpptdynamic = 35 | 
Definition at line 90 of file options.c.
Referenced by find_unused_payload(), handle_show_settings(), and load_asterisk_conf().
| int ast_option_rtpusedynamic = 1 | 
Definition at line 89 of file options.c.
Referenced by add_static_payload(), find_unused_payload(), handle_show_settings(), load_asterisk_conf(), and rtp_codecs_assign_payload_code_rx().
| struct ast_flags64 ast_options = { AST_DEFAULT_OPTIONS } | 
Definition at line 62 of file options.c.
Referenced by load_asterisk_conf().
| int ast_pjproject_max_log_level = -1 | 
Default to -1 to know if we have read the level from pjproject yet.
Definition at line 74 of file options.c.
Referenced by handle_pjproject_set_log_level(), and load_module().
| int ast_verb_sys_level | 
Maximum active system verbosity level.
Definition at line 65 of file options.c.
Referenced by ast_verb_update(), and main().
| int option_debug | 
| unsigned int option_dtmfminduration = AST_MIN_DTMF_DURATION | 
Minimum duration of DTMF.
Definition at line 84 of file options.c.
Referenced by __ast_read(), ast_channel_end_dtmf(), bridge_channel_settle_owed_events(), handle_show_settings(), and load_asterisk_conf().
| long option_minmemfree | 
Minimum amount of free system memory - stop accepting calls if free memory falls below this watermark
Definition at line 87 of file options.c.
Referenced by handle_show_settings(), increase_call_count(), load_asterisk_conf(), and main().
| int option_trace | 
Trace level
Definition at line 72 of file options.c.
Referenced by handle_debug_or_trace(), handle_show_settings(), and load_asterisk_conf().
| int option_verbose |