From: Anthony Minessale Date: Wed, 12 Jan 2011 22:46:27 +0000 (-0600) Subject: clear last_transferred conference when you exit the conference app X-Git-Tag: v1.2-rc1~203^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb017a52d183ded3db8e01eec5e29b127ccb2ad0;p=thirdparty%2Ffreeswitch.git clear last_transferred conference when you exit the conference app --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index a9da20e9d9..6bdb5680fc 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -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 */