FS-8731 #resolve [Crash when leg-b invite video in voice call] #comment please update and retest

This commit is contained in:
Anthony Minessale 2016-01-14 15:12:01 -06:00
parent c01a8849a0
commit 62d7b0aed3
1 changed files with 0 additions and 3 deletions

View File

@ -2113,9 +2113,6 @@ SWITCH_DECLARE(switch_status_t) switch_core_media_read_frame(switch_core_session
return SWITCH_STATUS_FALSE;
}
switch_assert(engine->rtp_session != NULL);
if (!switch_channel_up_nosig(session->channel) || !switch_rtp_ready(engine->rtp_session) || switch_channel_test_flag(session->channel, CF_NOT_READY)) {
return SWITCH_STATUS_FALSE;
}