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

FS-6087 --resolve forgot to send IQ result when processing output to mixers

上级 b6133ecc
/*
* mod_rayo for FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
* Copyright (C) 2013, Grasshopper
* Copyright (C) 2013-2014, Grasshopper
*
* Version: MPL 1.1
*
......@@ -182,6 +182,9 @@ static iks *start_mixer_output_component(struct rayo_actor *mixer, struct rayo_m
}
stream.write_function(&stream, "}fileman://rayo://%s", RAYO_JID(component));
/* acknowledge command */
rayo_component_send_start(component, iq);
rayo_component_api_execute_async(component, "conference", stream.data);
switch_safe_free(stream.data);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论