提交 fb017a52 authored 作者: Anthony Minessale's avatar Anthony Minessale

clear last_transferred conference when you exit the conference app

上级 159ae989
...@@ -5845,6 +5845,8 @@ SWITCH_STANDARD_APP(conference_function) ...@@ -5845,6 +5845,8 @@ SWITCH_STANDARD_APP(conference_function)
if (rl) { if (rl) {
switch_thread_rwlock_unlock(conference->rwlock); switch_thread_rwlock_unlock(conference->rwlock);
} }
switch_channel_set_variable(channel, "last_transfered_conference", NULL);
} }
/* Create a thread for the conference and launch it */ /* Create a thread for the conference and launch it */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论