From: Olle Johansson Date: Wed, 14 Feb 2007 20:45:23 +0000 (+0000) Subject: Show version in "core show settings" X-Git-Tag: 1.6.0-beta1~3^2~3219 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f02e1385721e952061c0da389bbb79c8be7d4f1;p=thirdparty%2Fasterisk.git Show version in "core show settings" git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@54466 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/asterisk.c b/main/asterisk.c index 379668c6f8..c07f905bf0 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