Variables | |
int | option_cache_record_files = 0 |
int | option_console = 0 |
int | option_debug = 0 |
int | option_dontwarn = 0 |
int | option_dumpcore = 0 |
int | option_exec = 0 |
int | option_exec_includes = 0 |
int | option_highpriority = 0 |
int | option_initcrypto = 0 |
int | option_maxcalls = 0 |
double | option_maxload = 0.0 |
int | option_nocolor |
int | option_nofork = 0 |
int | option_overrideconfig = 0 |
int | option_priority_jumping = 1 |
int | option_quiet = 0 |
int | option_reconnect = 0 |
int | option_remote = 0 |
int | option_timestamp = 0 |
int | option_transcode_slin = 1 |
int | option_transmit_silence_during_record = 0 |
int | option_verbose = 0 |
|
Cache sound files Definition at line 164 of file asterisk.c. Referenced by ast_readconfig(), ast_writefile(), and main(). |
|
Console mode, no background Definition at line 157 of file asterisk.c. Referenced by __load_resource(), ast_readconfig(), console_verboser(), main(), quit_handler(), and term_init(). |
|
|
Definition at line 171 of file asterisk.c. Referenced by ast_readconfig(). |
|
Dump core when failing Definition at line 163 of file asterisk.c. Referenced by ast_readconfig(), and main(). |
|
Definition at line 160 of file asterisk.c. Referenced by ast_el_read_char(), ast_remotecontrol(), and main(). |
|
Allow #exec in config files? Definition at line 154 of file asterisk.c. Referenced by ast_readconfig(). |
|
Run in realtime Linux priority Definition at line 158 of file asterisk.c. Referenced by ast_readconfig(), and main(). |
|
Initialize crypto keys for RSA auth Definition at line 161 of file asterisk.c. Referenced by ast_readconfig(), and main(). |
|
Definition at line 169 of file asterisk.c. Referenced by ast_readconfig(), handle_chanlist(), increase_call_count(), and main(). |
|
Max load avg on system Definition at line 170 of file asterisk.c. Referenced by ast_readconfig(), increase_call_count(), and main(). |
|
Don't use termcap colors Definition at line 162 of file asterisk.c. Referenced by ast_readconfig(), main(), and term_init(). |
|
Do not fork Definition at line 155 of file asterisk.c. Referenced by ast_readconfig(), and main(). |
|
Definition at line 166 of file asterisk.c. Referenced by ast_readconfig(), and main(). |
|
Enable priority jumping as result value for apps Definition at line 172 of file asterisk.c. Referenced by dial_exec_full(), pbx_load_module(), system_exec_helper(), and wait_for_answer(). |
|
Keep quiet Definition at line 156 of file asterisk.c. Referenced by ast_readconfig(), main(), and record_exec(). |
|
Definition at line 167 of file asterisk.c. Referenced by main(). |
|
Remote CLI Definition at line 159 of file asterisk.c. Referenced by main(). |
|
Timestamp in logging Definition at line 165 of file asterisk.c. Referenced by ast_log(), ast_readconfig(), and main(). |
|
Definition at line 168 of file asterisk.c. Referenced by ast_readconfig(). |
|
Transmit silence during record() app Definition at line 173 of file asterisk.c. Referenced by ast_readconfig(). |
|