提交 2e016541 authored 作者: Michael S Collins's avatar Michael S Collins

Remove duplicate output from rtmp status profile xxx API command

上级 3815d188
......@@ -1529,10 +1529,6 @@ SWITCH_STANDARD_API(rtmp_function)
}
switch_thread_rwlock_unlock(profile->reg_rwlock);
} else {
stream->write_function(stream, "Profile: %s\n", profile->name);
stream->write_function(stream, "I/O Backend: %s\n", profile->io->name);
stream->write_function(stream, "Bind address: %s\n", profile->io->address);
stream->write_function(stream, "Active calls: %d\n", profile->calls);
stream->write_function(stream, "Dialplan: %s\n", profile->dialplan);
stream->write_function(stream, "Context: %s\n", profile->context);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论