FS-5549 --resolve

This commit is contained in:
Anthony Minessale 2013-09-23 11:32:29 -05:00
parent ab70133ec1
commit c214648d88
1 changed files with 1 additions and 0 deletions

View File

@ -1122,6 +1122,7 @@ static switch_status_t signal_bridge_on_hangup(switch_core_session_t *session)
}
switch_channel_hangup(other_channel, switch_channel_get_cause(channel));
} else {
switch_channel_handle_cause(other_channel, switch_channel_get_cause(channel));
switch_channel_set_state(other_channel, CS_EXECUTE);
}
} else {