Asterisk - The Open Source Telephony Project
18.5.0
|
Asterisk version information. More...
Go to the source code of this file.
Functions | |
const char * | ast_get_build_opts (void) |
const char * | ast_get_version (void) |
Retrieve the Asterisk version string. More... | |
const char * | ast_get_version_num (void) |
Retrieve the numeric Asterisk version. More... | |
Asterisk version information.
Definition in file ast_version.h.
const char* ast_get_build_opts | ( | void | ) |
Retrieve the Asterisk build options
Definition at line 26 of file version.c.
References asterisk_build_opts.
Referenced by handle_show_settings(), and prometheus_config_post_apply().
const char* ast_get_version | ( | void | ) |
Retrieve the Asterisk version string.
Definition at line 16 of file version.c.
References asterisk_version.
Referenced by __ast_http_load(), acf_version_exec(), action_coresettings(), ast_ari_asterisk_get_info(), ast_dump_locks(), ast_sip_initialize_sorcery_global(), ast_var_Version(), cli_fax_show_version(), env_init(), handle_show_settings(), handle_version(), make_logchannel(), netconsole(), prometheus_config_post_apply(), reload_config(), setup_env(), show_cli_help(), show_version(), and test_generate_results().
const char* ast_get_version_num | ( | void | ) |
Retrieve the numeric Asterisk version.
Format ABBCC AABB - Major version (1.4 would be 104) CC - Minor version
1.4.17 would be 10417.
Definition at line 21 of file version.c.
References asterisk_version_num.
Referenced by acf_version_exec(), ast_var_Version(), and test_generate_results().