FS-3932 --resolve the change in switch_ivr_bridge was your issue

This commit is contained in:
Anthony Minessale
2012-02-22 21:48:03 -06:00
parent 50727f56c6
commit 29b0af627e
2 changed files with 7 additions and 0 deletions

View File

@@ -1244,6 +1244,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_multi_threaded_bridge(switch_core_ses
if (!switch_channel_ready(caller_channel)) {
abort_call(caller_channel, peer_channel);
switch_core_session_rwunlock(peer_session);
goto done;
}