From d3f61b3ad2141102afb2429d6b5319be7f77c78d Mon Sep 17 00:00:00 2001 From: Anthony Minessale <anthony.minessale@gmail.com> Date: Wed, 4 Mar 2009 04:28:06 +0000 Subject: [PATCH] tweak on last one git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12404 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_ivr_originate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_ivr_originate.c b/src/switch_ivr_originate.c index f09b385861..aee6c5ed3b 100644 --- a/src/switch_ivr_originate.c +++ b/src/switch_ivr_originate.c @@ -1855,7 +1855,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess continue; } - switch_channel_clear_flag(originate_status[i].peer_channel, CF_BLOCK_STATE); + //switch_channel_clear_flag(originate_status[i].peer_channel, CF_BLOCK_STATE); if (switch_channel_test_flag(originate_status[i].peer_channel, CF_TRANSFER) || switch_channel_test_flag(originate_status[i].peer_channel, CF_REDIRECT)