From 21ae587063eb3b55c690f47cf9299a539ec25415 Mon Sep 17 00:00:00 2001 From: Patrice Fournier Date: Mon, 30 Jun 2014 16:24:51 -0400 Subject: [PATCH] Disabling Require timer for T.38 re-Invites cause problems Disabling Require timer for T.38 re-Invites tells the remote side it doesn't need to refresh the session but FreeSwitch will still terminate the call if the remote session doesn't refresh. --- src/mod/endpoints/mod_sofia/mod_sofia.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.c b/src/mod/endpoints/mod_sofia/mod_sofia.c index 71018ddc29..a661abad94 100644 --- a/src/mod/endpoints/mod_sofia/mod_sofia.c +++ b/src/mod/endpoints/mod_sofia/mod_sofia.c @@ -1396,7 +1396,6 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi switch_channel_set_flag(channel, CF_REQ_MEDIA); } sofia_set_flag_locked(tech_pvt, TFLAG_SENT_UPDATE); - switch_channel_set_variable(channel, "sip_require_timer", "false"); sofia_glue_do_invite(session); } else { switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_WARNING, "%s Request to send IMAGE on channel with not t38 options.\n",