clear last_transferred conference when you exit the conference app

This commit is contained in:
Anthony Minessale 2011-01-12 16:46:27 -06:00
parent 159ae98979
commit fb017a52d1
1 changed files with 2 additions and 0 deletions

View File

@ -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 */