switch_channel_set_variable(bchannel, "park_after_bridge", "true");
}
+ if ((var = switch_channel_get_variable(channel, "intercept_pre_bond")) && switch_true(var)) {
+ switch_channel_set_variable(channel, SWITCH_SIGNAL_BOND_VARIABLE, uuid);
+ switch_channel_set_variable_partner(channel, SWITCH_SIGNAL_BOND_VARIABLE, switch_core_session_get_uuid(session));
+ }
+
switch_channel_set_flag(rchannel, CF_INTERCEPTED);
switch_ivr_uuid_bridge(switch_core_session_get_uuid(session), uuid);
switch_core_session_rwunlock(rsession);