From: Anthony Minessale Date: Fri, 8 Nov 2013 19:59:16 +0000 (+0500) Subject: uncomment X-Git-Tag: v1.4.1~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b18e72162e123e64f79d6979214cd69d0e3292d2;p=thirdparty%2Ffreeswitch.git uncomment --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 2d7a9df244..55e681aa09 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -8422,8 +8422,8 @@ SWITCH_STANDARD_APP(conference_function) msg.from = __FILE__; /* Tell the channel we are going to be in a bridge */ - //msg.message_id = SWITCH_MESSAGE_INDICATE_BRIDGE; - //switch_core_session_receive_message(session, &msg); + msg.message_id = SWITCH_MESSAGE_INDICATE_BRIDGE; + switch_core_session_receive_message(session, &msg); /* Run the conference loop */ conference_loop_output(&member);