]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
comment out vars
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 1 Jul 2010 14:33:44 +0000 (09:33 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 1 Jul 2010 14:33:44 +0000 (09:33 -0500)
src/switch_ivr_bridge.c

index 9cb56b22468a3433e94237256c24ae4dfccef232..34d53c2bcf110b7e5755de3031d52a07e0e38d96 100644 (file)
@@ -1408,8 +1408,8 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_uuid_bridge(const char *originator_uu
 
                        /* change the states and let the chips fall where they may */
 
-                       switch_channel_set_variable(originator_channel, SWITCH_PARK_AFTER_BRIDGE_VARIABLE, NULL);
-                       switch_channel_set_variable(originatee_channel, SWITCH_PARK_AFTER_BRIDGE_VARIABLE, NULL);
+                       //switch_channel_set_variable(originator_channel, SWITCH_PARK_AFTER_BRIDGE_VARIABLE, NULL);
+                       //switch_channel_set_variable(originatee_channel, SWITCH_PARK_AFTER_BRIDGE_VARIABLE, NULL);
                        switch_channel_clear_state_handler(originator_channel, NULL);
                        switch_channel_clear_state_handler(originatee_channel, NULL);
                        switch_channel_set_state_flag(originator_channel, CF_BRIDGE_ORIGINATOR);