mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-09 08:46:55 +00:00
mod_conference: don't switch to CS_SOFT_EXECUTE before setting the current extension
This commit is contained in:
parent
ed7e1f3954
commit
4b5bcba094
@ -4876,7 +4876,6 @@ static switch_status_t conference_outcall(conference_obj_t *conference,
|
|||||||
|
|
||||||
rdlock = 1;
|
rdlock = 1;
|
||||||
peer_channel = switch_core_session_get_channel(peer_session);
|
peer_channel = switch_core_session_get_channel(peer_session);
|
||||||
switch_channel_set_state(peer_channel, CS_SOFT_EXECUTE);
|
|
||||||
|
|
||||||
/* make sure the conference still exists */
|
/* make sure the conference still exists */
|
||||||
if (!switch_test_flag(conference, CFLAG_RUNNING)) {
|
if (!switch_test_flag(conference, CFLAG_RUNNING)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user