aboutsummaryrefslogtreecommitdiffstats
path: root/main/asterisk.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-14 20:45:23 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-14 20:45:23 +0000
commitd1ed177de15f00ecdf231be1a0ce760a4b38e20d (patch)
tree8dbd743f384ff68a73a51a9d251cc78dfdecb4b0 /main/asterisk.c
parentc05d59a0180655a5c83484378249e50013f28b91 (diff)
Show version in "core show settings"
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@54466 f38db490-d61c-443f-a65b-d21fe96a405b
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