提交 a3972c5c authored 作者: Mike Jerris's avatar Mike Jerris

Merge pull request #303 in FS/freeswitch from ~DCOLOMBO/freeswitch:master to master

* commit 'cfb7e3d1':
  FS-7732 follow recording on other session
......@@ -2735,6 +2735,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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论