]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
uncomment
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 8 Nov 2013 19:59:16 +0000 (00:59 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 8 Nov 2013 19:59:26 +0000 (00:59 +0500)
src/mod/applications/mod_conference/mod_conference.c

index 2d7a9df244c341f917e566e3e8d6dcda5e990401..55e681aa09ddcf0932cff5a45bf64c1f20559ffc 100644 (file)
@@ -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);