one more try

This commit is contained in:
Anthony Minessale 2012-09-05 13:48:52 -05:00 committed by Ken Rice
parent 7eb324bcad
commit 86d5c02076

View File

@ -6393,6 +6393,9 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status,
if (send_ack) {
tech_send_ack(nh, tech_pvt);
} else {
ss_state = nua_callstate_ready;
goto state_process;
}
}