提交 21baa663 authored 作者: Anthony Minessale's avatar Anthony Minessale

update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@312 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 4133798a
...@@ -47,7 +47,7 @@ static int switch_console_process(char *cmd) ...@@ -47,7 +47,7 @@ static int switch_console_process(char *cmd)
return 0; return 0;
} }
if (!strcmp(cmd, "version")) { if (!strcmp(cmd, "version")) {
switch_console_printf(SWITCH_CHANNEL_CONSOLE, "Version %s\n", SWITCH_VERSION_FULL); switch_console_printf(SWITCH_CHANNEL_CONSOLE_CLEAN, "FreeSwitch Version %s\n", SWITCH_VERSION_FULL);
return 1; return 1;
} }
if (!strcmp(cmd, "help")) { if (!strcmp(cmd, "help")) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论