提交 9eb3de9b authored 作者: Anthony Minessale's avatar Anthony Minessale

update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1419 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 ffedb516
...@@ -65,7 +65,7 @@ static switch_status_t status_function(char *cmd, switch_stream_handle_t *stream ...@@ -65,7 +65,7 @@ static switch_status_t status_function(char *cmd, switch_stream_handle_t *stream
refresh++; refresh++;
r = atoi(refresh); r = atoi(refresh);
if (r > 0) { if (r > 0) {
stream->write_function(stream, "<META HTTP-EQUIV=REFRESH CONTENT=\"%d; URL=/api/status?refresh=%d\">\n", r, r); stream->write_function(stream, "<META HTTP-EQUIV=REFRESH CONTENT=\"%d; URL=/api/status?refresh=%d%s\">\n", r, r, html ? "html=1" : "");
} }
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论