]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak on last one
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 4 Mar 2009 04:28:06 +0000 (04:28 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 4 Mar 2009 04:28:06 +0000 (04:28 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12404 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_ivr_originate.c

index f09b385861b64477f0a1fb59500b108b853f0478..aee6c5ed3bdea958f36bb277f9d576155ad732a9 100644 (file)
@@ -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)