Asterisk - The Open Source Telephony Project
21.4.1
|
Main configuration options from asterisk.conf or OS command line on starting Asterisk. More...
Variables | |
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_flags | 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 38 of file options.h.
int ast_option_maxcalls |
Max number of active calls
Definition at line 79 of file options.c.
Referenced by action_coresettings(), ast_ari_asterisk_get_info(), handle_show_settings(), increase_call_count(), and main().
int ast_option_maxfiles |
Max number of open file handles (files, sockets)
Definition at line 81 of file options.c.
Referenced by action_coresettings(), ast_ari_asterisk_get_info(), and handle_show_settings().
double ast_option_maxload |
Max load avg on system
Definition at line 77 of file options.c.
Referenced by action_coresettings(), ast_ari_asterisk_get_info(), handle_show_settings(), increase_call_count(), and main().
int ast_option_pjproject_cache_pools |
Current pjproject pool caching enable
Definition at line 75 of file options.c.
Referenced by ast_pjproject_caching_pool_init().
int ast_option_pjproject_log_level |
int ast_pjproject_max_log_level = -1 |
int ast_verb_sys_level |
Maximum active system verbosity level.
Definition at line 64 of file options.c.
Referenced by ast_verb_update(), and main().
unsigned int option_dtmfminduration = AST_MIN_DTMF_DURATION |
Minimum duration of DTMF.
Definition at line 83 of file options.c.
Referenced by __ast_read(), ast_channel_end_dtmf(), and handle_show_settings().
long option_minmemfree |
Minimum amount of free system memory - stop accepting calls if free memory falls below this watermark
Definition at line 86 of file options.c.
Referenced by handle_show_settings(), increase_call_count(), and main().
int option_trace |