aboutsummaryrefslogtreecommitdiffstats
path: root/main/asterisk.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/asterisk.c')
-rw-r--r--main/asterisk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/asterisk.c b/main/asterisk.c
index 379668c6f..c07f905bf 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