]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
good measure
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 30 Oct 2012 13:03:03 +0000 (08:03 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 30 Oct 2012 13:03:03 +0000 (08:03 -0500)
src/switch_ivr_bridge.c

index 3a930a62bc486675cce0cb5a53d3097b3f80eda7..b286ab5918f30036705859ad4ed2cf6f9eff9647 100644 (file)
@@ -1664,8 +1664,13 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_uuid_bridge(const char *originator_uu
                        switch_channel_clear_state_handler(originator_channel, NULL);
                        switch_channel_clear_state_handler(originatee_channel, NULL);
 
+
+
                        switch_channel_clear_state_flag(originator_channel, CF_BRIDGE_ORIGINATOR);
                        switch_channel_clear_state_flag(originatee_channel, CF_BRIDGE_ORIGINATOR);
+
+                       switch_channel_clear_flag(originator_channel, CF_UUID_BRIDGE_ORIGINATOR);
+                       switch_channel_clear_flag(originatee_channel, CF_UUID_BRIDGE_ORIGINATOR);
                        switch_channel_set_state_flag(originator_channel, CF_UUID_BRIDGE_ORIGINATOR);
 
                        switch_channel_add_state_handler(originator_channel, &uuid_bridge_state_handlers);