From: Anthony Minessale Date: Wed, 24 Oct 2012 17:53:54 +0000 (-0400) Subject: FS-4729 try this version with the same debug patch applied X-Git-Tag: v1.3.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adce3f9c7cc2dc441483d6a2d3d61a0935cb4ae9;p=thirdparty%2Ffreeswitch.git FS-4729 try this version with the same debug patch applied --- diff --git a/src/switch_ivr_bridge.c b/src/switch_ivr_bridge.c index 990b121f00..3d66adbd4d 100644 --- a/src/switch_ivr_bridge.c +++ b/src/switch_ivr_bridge.c @@ -1677,7 +1677,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_uuid_bridge(const char *originator_uu status = SWITCH_STATUS_SUCCESS; - switch_ivr_bridge_display(originator_session, originatee_session); + //switch_ivr_bridge_display(originator_session, originatee_session); /* release the read locks we have on the channels */ switch_core_session_rwunlock(originator_session);