提交 f6925f62 authored 作者: Michael Jerris's avatar Michael Jerris

don't send disconnect on every reply.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10074 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 a8df4fdf
......@@ -619,7 +619,7 @@ static switch_status_t read_packet(listener_t *listener, switch_event_t **event,
}
}
if (listener->sock) {
if (listener->sock && listener->hup) {
char content_buf[512] = "";
const char message[] = "Disconnected, goodbye!\nSee you at ClueCon http://www.cluecon.com!\n";
int message_len = strlen(message);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论