Merge pull request #66 from micmac1/t38-reinv-fix

[mod-sofia] Fix reINVITE after T38 is rejected
This commit is contained in:
Chris Rienzo 2020-08-10 11:03:08 -04:00 committed by GitHub
commit e82e68d182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6536,6 +6536,7 @@ static void sofia_handle_sip_r_invite(switch_core_session_t *session, int status
switch_channel_clear_app_flag_key("T38", tech_pvt->channel, CF_APP_T38_REQ);
switch_channel_set_app_flag_key("T38", tech_pvt->channel, CF_APP_T38_FAIL);
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "%s T38 invite failed\n", switch_channel_get_name(tech_pvt->channel));
sofia_set_flag(tech_pvt, TFLAG_SDP);
}