Asterisk - The Open Source Telephony Project
18.5.0
|
Build timestamp variables. More...
Go to the source code of this file.
Variables | |
const char * | ast_build_date = BUILD_DATE |
const char * | ast_build_hostname = BUILD_HOSTNAME |
const char * | ast_build_kernel = BUILD_KERNEL |
const char * | ast_build_machine = BUILD_MACHINE |
const char * | ast_build_os = BUILD_OS |
const char * | ast_build_user = BUILD_USER |
Build timestamp variables.
Definition in file buildinfo.c.
const char* ast_build_date = BUILD_DATE |
Definition at line 33 of file buildinfo.c.
Referenced by ast_ari_asterisk_get_info(), env_init(), handle_show_settings(), handle_version(), make_logchannel(), and prometheus_config_post_apply().
const char* ast_build_hostname = BUILD_HOSTNAME |
Definition at line 29 of file buildinfo.c.
Referenced by env_init(), handle_version(), make_logchannel(), and prometheus_config_post_apply().
const char* ast_build_kernel = BUILD_KERNEL |
Definition at line 30 of file buildinfo.c.
Referenced by ast_ari_asterisk_get_info(), env_init(), handle_show_settings(), and prometheus_config_post_apply().
const char* ast_build_machine = BUILD_MACHINE |
Definition at line 31 of file buildinfo.c.
Referenced by ast_ari_asterisk_get_info(), env_init(), handle_show_settings(), handle_version(), and make_logchannel().
const char* ast_build_os = BUILD_OS |
Definition at line 32 of file buildinfo.c.
Referenced by ast_ari_asterisk_get_info(), env_init(), handle_show_settings(), handle_version(), make_logchannel(), and prometheus_config_post_apply().
const char* ast_build_user = BUILD_USER |
Definition at line 34 of file buildinfo.c.
Referenced by ast_ari_asterisk_get_info(), env_init(), handle_show_settings(), handle_version(), and make_logchannel().