diff --git a/main/asterisk.c b/main/asterisk.c index 379668c6f8f12f6eca0777561ac839477120e66e..c07f905bf02840fb8c1a5b224a79c1a131216c33 100644 --- a/main/asterisk.c +++ b/main/asterisk.c @@ -337,6 +337,7 @@ static int handle_show_settings(int fd, int argc, char *argv[]) ast_cli(fd, "\nPBX Core settings\n"); ast_cli(fd, "-----------------\n"); + ast_cli(fd, " Version: %s\n", "" ASTERISK_VERSION "" ); if (option_maxcalls) ast_cli(fd, " Max. calls: %d (Current %d)\n", option_maxcalls, ast_active_channels()); else