From: Anthony Minessale Date: Wed, 25 Nov 2015 19:52:51 +0000 (-0600) Subject: FS-8566 #resolve [Call fails when put on hold in bypass media mode with inbound late... X-Git-Tag: v1.6.6~1^2~72^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a08424fa78b9d404ccd69dbb957720c31d20fe7;p=thirdparty%2Ffreeswitch.git FS-8566 #resolve [Call fails when put on hold in bypass media mode with inbound late neg set to false] --- 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)) {