FS-4160 try this

This commit is contained in:
Anthony Minessale 2012-04-27 11:37:21 -05:00
parent f1b504402b
commit 4630e3b927
1 changed files with 1 additions and 1 deletions

View File

@ -813,7 +813,7 @@ static switch_status_t uuid_bridge_on_soft_execute(switch_core_session_t *sessio
switch_core_session_rwunlock(other_session);
if (switch_true(switch_channel_get_variable(channel, "uuid_bridge_continue_on_cancel"))) {
switch_channel_set_state(channel, CS_EXECUTE);
} else {
} else if (!switch_channel_test_flag(channel, CF_TRANSFER)) {
switch_channel_hangup(channel, SWITCH_CAUSE_ORIGINATOR_CANCEL);
}
goto done;