提交 1e6bb3a4 authored 作者: Mathieu Rene's avatar Mathieu Rene

FSCORE-530

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16428 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 061a399a
...@@ -705,7 +705,7 @@ static int process_command(esl_handle_t *handle, const char *cmd) ...@@ -705,7 +705,7 @@ static int process_command(esl_handle_t *handle, const char *cmd)
snprintf(cmd_str, sizeof(cmd_str), "api %s\nconsole_execute: true\n\n", cmd); snprintf(cmd_str, sizeof(cmd_str), "api %s\nconsole_execute: true\n\n", cmd);
if (esl_send_recv(handle, cmd_str)) { if (esl_send_recv(handle, cmd_str)) {
printf("Socket Interrupted, bye!\n"); printf("Socket interrupted, bye!\n");
return 1; return 1;
} }
if (handle->last_sr_event) { if (handle->last_sr_event) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论