projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93dbf33
)
Show version in "core show settings"
author
Olle Johansson
<oej@edvina.net>
Wed, 14 Feb 2007 20:45:23 +0000
(20:45 +0000)
committer
Olle Johansson
<oej@edvina.net>
Wed, 14 Feb 2007 20:45:23 +0000
(20:45 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@54466
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/asterisk.c
patch
|
blob
|
history
diff --git
a/main/asterisk.c
b/main/asterisk.c
index
379668c
..
c07f905
100644
(file)
--- 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