Asterisk version information. More...

Go to the source code of this file.
Functions | |
| const char * | ast_get_version (void) |
| Retrieve the Asterisk version string. | |
| const char * | ast_get_version_num (void) |
| Retrieve the numeric Asterisk version. | |
Asterisk version information.
Definition in file ast_version.h.
| const char* ast_get_version | ( | void | ) |
Retrieve the Asterisk version string.
Referenced by acf_version_exec(), action_coresettings(), ast_http_send(), ast_var_Version(), cli_fax_show_version(), env_init(), handle_show_settings(), handle_version(), make_logchannel(), netconsole(), reload_config(), 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().