提交 f13fa0c1 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-2763

上级 1d921b1c
...@@ -3531,10 +3531,6 @@ SWITCH_STANDARD_API(sofia_function) ...@@ -3531,10 +3531,6 @@ SWITCH_STANDARD_API(sofia_function)
"watchdog <on|off>\n" "watchdog <on|off>\n"
"--------------------------------------------------------------------------------\n"; "--------------------------------------------------------------------------------\n";
if (session) {
return SWITCH_STATUS_FALSE;
}
if (zstr(cmd)) { if (zstr(cmd)) {
stream->write_function(stream, "%s", usage_string); stream->write_function(stream, "%s", usage_string);
goto done; goto done;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论