提交 ee95f09c authored 作者: Brian West's avatar Brian West

audit

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13451 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 b424299c
......@@ -4282,7 +4282,6 @@ SWITCH_STANDARD_API(conf_api_main)
switch_safe_free(lbuf);
return status;
}
/* generate an outbound call from the conference */
......@@ -5364,7 +5363,6 @@ static switch_status_t chat_send(const char *proto, const char *from, const char
switch_copy_string(name, to, sizeof(name));
}
if (!(conference = conference_find(name))) {
switch_core_chat_send(proto, CONF_CHAT_PROTO, to, hint && strchr(hint, '/') ? hint : from, "", "Conference not active.", NULL, NULL);
return SWITCH_STATUS_FALSE;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论