mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
FS-8731 #resolve [Crash when leg-b invite video in voice call] #comment please update and retest
This commit is contained in:
parent
c01a8849a0
commit
62d7b0aed3
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user