Asterisk - The Open Source Telephony Project GIT-master-3dae2cf
|
Asterisk version information. More...
Go to the source code of this file.
Functions | |
const char * | ast_get_build_opts (void) |
const char * | ast_get_build_opts_all (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 ABI-breaking Asterisk build options
Referenced by handle_show_settings(), and prometheus_config_post_apply().
const char * ast_get_build_opts_all | ( | void | ) |
Retrieve all of the the Asterisk build options
Referenced by handle_show_settings().
const char * ast_get_version | ( | void | ) |
Retrieve the Asterisk version string.
Referenced by __ast_http_load(), acf_version_exec(), action_coresettings(), ast_ari_asterisk_get_info(), 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(), setup_env(), show_cli_help(), and show_version().
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.
Referenced by acf_version_exec(), and ast_var_Version().