mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-03 20:01:57 +00:00
clear last_transferred conference when you exit the conference app
This commit is contained in:
parent
159ae98979
commit
fb017a52d1
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user