]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_conference: don't switch to CS_SOFT_EXECUTE before setting the current extension
authorMathieu Rene <mrene@avgs.ca>
Fri, 18 Feb 2011 20:15:48 +0000 (15:15 -0500)
committerMathieu Rene <mrene@avgs.ca>
Fri, 18 Feb 2011 20:15:48 +0000 (15:15 -0500)
src/mod/applications/mod_conference/mod_conference.c

index 8ef72a4d4de613b6fb4279c0d6d2d428abb8c187..5eeae5c781a0d8629f08284cbb12ca420e5f21e8 100644 (file)
@@ -4876,7 +4876,6 @@ static switch_status_t conference_outcall(conference_obj_t *conference,
 
        rdlock = 1;
        peer_channel = switch_core_session_get_channel(peer_session);
-       switch_channel_set_state(peer_channel, CS_SOFT_EXECUTE);
 
        /* make sure the conference still exists */
        if (!switch_test_flag(conference, CFLAG_RUNNING)) {