提交 c4864dea authored 作者: Chris Rienzo's avatar Chris Rienzo

FS-6077 mod_rayo - minor regression on end events from outbound calls

上级 cf845d0e
......@@ -1039,6 +1039,7 @@ static void rayo_call_cleanup(struct rayo_actor *actor)
if (no_offered_clients && !zstr(dcp_jid)) {
/* send to DCP only */
switch_log_printf(SWITCH_CHANNEL_UUID_LOG(rayo_call_get_uuid(call)), SWITCH_LOG_DEBUG, "Sending <end> to DCP %s\n", dcp_jid);
iks_insert_attrib(revent, "to", dcp_jid);
RAYO_SEND_MESSAGE_DUP(actor, dcp_jid, revent);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论