mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 17:22:21 +00:00
fix rare transfer super duper uuid_bridge roller coaster thing for panchi
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9550 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
bc441b7df8
commit
687603f7b4
@ -585,7 +585,7 @@ static switch_status_t uuid_bridge_on_soft_execute(switch_core_session_t *sessio
|
|||||||
switch_ivr_multi_threaded_bridge(session, other_session, NULL, NULL, NULL);
|
switch_ivr_multi_threaded_bridge(session, other_session, NULL, NULL, NULL);
|
||||||
|
|
||||||
state = switch_channel_get_state(channel);
|
state = switch_channel_get_state(channel);
|
||||||
if (state < CS_HANGUP && state != CS_ROUTING && state != CS_PARK) {
|
if (!switch_channel_test_flag(channel, CF_TRANSFER) && state < CS_HANGUP && state != CS_ROUTING && state != CS_PARK) {
|
||||||
switch_channel_set_state(channel, CS_EXECUTE);
|
switch_channel_set_state(channel, CS_EXECUTE);
|
||||||
}
|
}
|
||||||
switch_core_session_rwunlock(other_session);
|
switch_core_session_rwunlock(other_session);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user