From: Mathieu Rene Date: Fri, 18 Feb 2011 20:15:48 +0000 (-0500) Subject: mod_conference: don't switch to CS_SOFT_EXECUTE before setting the current extension X-Git-Tag: v1.2-rc1~187^2~1^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b5bcba09483d43df901815db74a21e7408726d2;p=thirdparty%2Ffreeswitch.git mod_conference: don't switch to CS_SOFT_EXECUTE before setting the current extension --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 8ef72a4d4d..5eeae5c781 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -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)) {