mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-14 04:54:49 +00:00
FS-4067
This commit is contained in:
parent
bf71d26c73
commit
176af123d0
@ -226,7 +226,7 @@ SWITCH_STANDARD_APP(bcast_function)
|
|||||||
bytes = 16;
|
bytes = 16;
|
||||||
switch_socket_sendto(socket, control_packet_addr, 0, (void *) &control_packet, &bytes);
|
switch_socket_sendto(socket, control_packet_addr, 0, (void *) &control_packet, &bytes);
|
||||||
|
|
||||||
for (;;) {
|
while (switch_channel_ready(channel)) {
|
||||||
|
|
||||||
status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0);
|
status = switch_core_session_read_frame(session, &read_frame, SWITCH_IO_FLAG_NONE, 0);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user