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) {
|
||||
switch_thread_rwlock_unlock(conference->rwlock);
|
||||
}
|
||||
|
||||
switch_channel_set_variable(channel, "last_transfered_conference", NULL);
|
||||
}
|
||||
|
||||
/* Create a thread for the conference and launch it */
|
||||
|
|
Loading…
Reference in New Issue