Main configuration options from asterisk.conf or OS command line on starting Asterisk. More...
Variables | |
struct ast_flags | ast_compat = { 0 } |
struct ast_flags | ast_options = { AST_DEFAULT_OPTIONS } |
int | option_debug |
int | option_maxcalls |
int | option_maxfiles |
double | option_maxload |
long | option_minmemfree |
int | option_verbose |
Main configuration options from asterisk.conf or OS command line on starting Asterisk.
enum ast_option_flags |
Definition at line 38 of file options.h.
struct ast_flags ast_compat = { 0 } |
Definition at line 179 of file asterisk.c.
struct ast_flags ast_options = { AST_DEFAULT_OPTIONS } |
Definition at line 178 of file asterisk.c.
Referenced by action_login(), ast_cdr_end(), ast_pbx_run_args(), ast_pbx_start(), ast_plc_reload(), do_reload(), handle_cli_wait_fullybooted(), and handle_verbose().
int option_debug |
Debug level
Definition at line 182 of file asterisk.c.
Referenced by _ast_sockaddr_from_sin(), _ast_sockaddr_port(), _ast_sockaddr_set_port(), _ast_sockaddr_to_sin(), aji_log_hook(), ast_add_extension2_lockopt(), ast_audiohook_write_frame(), ast_bridge_call(), ast_config_text_file_save(), ast_dsp_busydetect(), ast_log(), ast_rtcp_read(), ast_rtp_raw_write(), ast_rtp_read(), ast_sched_add_variable(), ast_sched_del(), audiohook_read_frame_both(), bridge_make_compatible(), bridge_p2p_rtp_write(), calc_metric(), callerid_feed_jp(), clear_dialed_interfaces(), config_module(), dahdi_softhangup_all(), do_directory(), handle_request_subscribe(), handle_verbose(), http_post_callback(), leave_voicemail(), parse_config(), prep_email_sub_vars(), process_dtmf_cisco(), process_dtmf_rfc2833(), raw_hangup(), realtime_ldap_result_to_vars(), ring_entry(), scheduled_destroy(), sendmail(), set_logging(), sip_dump_history(), sip_new(), skinny_transfer(), try_calling(), update2_ldap(), and update_ldap().
int option_maxcalls |
Max number of active calls
Definition at line 184 of file asterisk.c.
Referenced by action_coresettings(), handle_chanlist(), handle_showcalls(), and increase_call_count().
int option_maxfiles |
Max number of open file handles (files, sockets)
Definition at line 185 of file asterisk.c.
Referenced by action_coresettings().
double option_maxload |
Max load avg on system
Definition at line 183 of file asterisk.c.
Referenced by action_coresettings(), and increase_call_count().
long option_minmemfree |
Minimum amount of free system memory - stop accepting calls if free memory falls below this watermark
Definition at line 187 of file asterisk.c.
Referenced by increase_call_count().
int option_verbose |
Verbosity level
Definition at line 181 of file asterisk.c.
Referenced by __ast_bridge_technology_register(), aji_handle_subscribe(), ast_bridge_technology_unregister(), ast_child_verbose(), ast_log(), dahdi_write_frame(), dialout(), dumpchan_exec(), find_transcoders(), handle_frame(), handle_verbose(), init_files_class(), moh_files_release(), start_resource(), and verbose_exec().