mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-02 11:29:48 +00:00
uncomment
This commit is contained in:
parent
04aac8c932
commit
b18e72162e
@ -8422,8 +8422,8 @@ SWITCH_STANDARD_APP(conference_function)
|
|||||||
msg.from = __FILE__;
|
msg.from = __FILE__;
|
||||||
|
|
||||||
/* Tell the channel we are going to be in a bridge */
|
/* Tell the channel we are going to be in a bridge */
|
||||||
//msg.message_id = SWITCH_MESSAGE_INDICATE_BRIDGE;
|
msg.message_id = SWITCH_MESSAGE_INDICATE_BRIDGE;
|
||||||
//switch_core_session_receive_message(session, &msg);
|
switch_core_session_receive_message(session, &msg);
|
||||||
|
|
||||||
/* Run the conference loop */
|
/* Run the conference loop */
|
||||||
conference_loop_output(&member);
|
conference_loop_output(&member);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user