Asterisk - The Open Source Telephony Project
21.4.1
|
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. | |
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
Definition at line 28 of file version.c.
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
Definition at line 33 of file version.c.
Referenced by handle_show_settings().