From 6a08424fa78b9d404ccd69dbb957720c31d20fe7 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 25 Nov 2015 13:52:51 -0600 Subject: [PATCH] FS-8566 #resolve [Call fails when put on hold in bypass media mode with inbound late neg set to false] --- src/switch_channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_channel.c b/src/switch_channel.c index 5d21a4d7a7..b6e282ced5 100644 --- a/src/switch_channel.c +++ b/src/switch_channel.c @@ -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)) {