This commit is contained in:
Anthony Minessale 2012-04-04 13:52:54 -05:00
parent bf71d26c73
commit 176af123d0
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ SWITCH_STANDARD_APP(bcast_function)
bytes = 16;
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);