FS-4038 can you try this

This commit is contained in:
Anthony Minessale
2012-04-02 16:03:37 -05:00
parent 139dc3e34e
commit 6138fc8753
2 changed files with 4 additions and 2 deletions

View File

@@ -776,7 +776,7 @@ static switch_status_t uuid_bridge_on_soft_execute(switch_core_session_t *sessio
state = switch_channel_get_state(other_channel);
running_state = switch_channel_get_running_state(other_channel);
if (switch_channel_down_nosig(other_channel) || switch_channel_down_nosig(channel)) {
if (switch_channel_down_nosig(other_channel) || switch_channel_down(channel)) {
break;
}