mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
FS-11713: [core] fix video upgrade from b to a
This commit is contained in:
committed by
Andrey Volk
parent
ce90b1fc44
commit
b8a8765991
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user