This commit is contained in:
Anthony Minessale 2013-06-20 21:15:32 -05:00
parent dfdd2f60d4
commit b6e3c594c2
1 changed files with 21 additions and 19 deletions

View File

@ -1534,6 +1534,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_multi_threaded_bridge(switch_core_ses
switch_channel_handle_cause(caller_channel, cause);
}
if (!switch_channel_test_flag(caller_channel, CF_TRANSFER)) {
if (switch_true(switch_channel_get_variable(caller_channel, SWITCH_PARK_AFTER_BRIDGE_VARIABLE))) {
switch_ivr_park_session(session);
} else if ((var = switch_channel_get_variable(caller_channel, SWITCH_TRANSFER_AFTER_BRIDGE_VARIABLE))) {
@ -1560,6 +1561,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_multi_threaded_bridge(switch_core_ses
}
}
}
}
if (switch_channel_test_flag(caller_channel, CF_REDIRECT)) {
if (switch_channel_test_flag(caller_channel, CF_RESET)) {