This commit is contained in:
Brian West 2010-07-22 12:44:35 -05:00
parent 91a87e9dd9
commit 2b1203115a
1 changed files with 4 additions and 0 deletions

View File

@ -153,6 +153,10 @@ SWITCH_DECLARE(void) switch_ivr_session_echo(switch_core_session_t *session, swi
switch_core_session_write_video_frame(session, read_frame, SWITCH_IO_FLAG_NONE, 0);
#endif
if (switch_channel_test_flag(channel, CF_BREAK)) {
switch_channel_clear_flag(channel, CF_BREAK);
break;
}
}
#ifdef SWITCH_VIDEO_IN_THREADS