try to actually do something on no media re-invites.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7446 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-01-31 17:19:36 +00:00
parent 634f6323ef
commit ba788b9ac6
1 changed files with 1 additions and 0 deletions

View File

@ -755,6 +755,7 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi
{
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Sending media re-direct:\n%s\n", msg->string_arg);
tech_pvt->local_sdp_str = switch_core_session_strdup(session, msg->string_arg);
switch_set_flag_locked(tech_pvt, TFLAG_SENT_UPDATE);
sofia_glue_do_invite(session);
}
break;