FS-8566 #resolve [Call fails when put on hold in bypass media mode with inbound late neg set to false]

This commit is contained in:
Anthony Minessale 2015-11-25 13:52:51 -06:00 committed by Brian West
parent 9dede690e1
commit 6a08424fa7
1 changed files with 1 additions and 1 deletions

View File

@ -3799,7 +3799,7 @@ SWITCH_DECLARE(switch_status_t) switch_channel_perform_answer(switch_channel_t *
}
if (switch_core_session_in_thread(channel->session)) {
if (switch_core_session_in_thread(channel->session) && !switch_channel_test_flag(channel, CF_PROXY_MODE)) {
const char *delay;
if (switch_channel_test_flag(channel, CF_VIDEO)) {