From: Anthony Minessale Date: Fri, 22 Jan 2010 02:59:01 +0000 (+0000) Subject: dammit X-Git-Tag: v1.0.6~641 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4fecf0b4d165caefe7e722d9cf412cdf65fb850;p=thirdparty%2Ffreeswitch.git dammit git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16452 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_ivr_bridge.c b/src/switch_ivr_bridge.c index 8ae98d4cb7..10cb8193c7 100644 --- a/src/switch_ivr_bridge.c +++ b/src/switch_ivr_bridge.c @@ -784,8 +784,7 @@ static switch_status_t uuid_bridge_on_soft_execute(switch_core_session_t *sessio switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "Application-Data", switch_core_session_get_uuid(session)); switch_event_fire(&event); } - printf("DAMMIT %d %d %d %d\n", switch_channel_ready(channel), switch_channel_ready(other_channel), - switch_channel_media_ready(channel), switch_channel_media_ready(other_channel)); + switch_ivr_multi_threaded_bridge(session, other_session, NULL, NULL, NULL); state = switch_channel_get_state(channel);