FS-11713: [core] fix video upgrade from b to a

This commit is contained in:
Anthony Minessale
2019-03-27 16:29:46 -05:00
committed by Andrey Volk
parent ce90b1fc44
commit b8a8765991
2 changed files with 19 additions and 5 deletions
+1
View File
@@ -2241,6 +2241,7 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi
case SWITCH_MESSAGE_INDICATE_RESPOND:
{
const char *session_id_header = sofia_glue_session_id_header(tech_pvt->session, tech_pvt->profile);
if (switch_channel_test_flag(tech_pvt->channel, CF_AWAITING_STREAM_CHANGE)) {
switch_channel_clear_flag(tech_pvt->channel, CF_AWAITING_STREAM_CHANGE);