process reinvite

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2903 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-09-30 19:22:53 +00:00
parent c19e1330b1
commit 503d50b16c

View File

@ -1795,7 +1795,7 @@ static void sip_i_state(int status,
set_local_sdp(tech_pvt); set_local_sdp(tech_pvt);
tech_set_codec(tech_pvt); tech_set_codec(tech_pvt);
switch_set_flag_locked(tech_pvt, TFLAG_REINVITE); switch_set_flag_locked(tech_pvt, TFLAG_REINVITE);
printf("WOOHOO REINVITE!\n"); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Processing Reinvite\n");
} }
break; break;
case nua_callstate_ready: case nua_callstate_ready: