FS-5549 --resolve

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

View File

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