提交 b9eff3b0 authored 作者: Davide Colombo's avatar Davide Colombo 提交者: Michael Jerris

FS-7732: [mod_commands] follow recording on other session

follow recording on other session
上级 776e8a50
......@@ -2744,6 +2744,9 @@ SWITCH_STANDARD_API(transfer_function)
switch_core_session_t *tmp = tsession;
tsession = other_session;
other_session = NULL;
if (switch_true(switch_channel_get_variable(channel, "recording_follow_transfer"))) {
switch_core_media_bug_transfer_recordings(tmp, tsession);
}
switch_core_session_rwunlock(tmp);
}
} else if (!strcasecmp(arg, "both")) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论