require timer by default unless its t.38 re-invite

This commit is contained in:
Anthony Minessale
2012-04-27 14:41:32 -05:00
parent 4630e3b927
commit 481df053ac
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -1924,6 +1924,7 @@ 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",