one more try

This commit is contained in:
Anthony Minessale 2012-09-05 13:48:52 -05:00
parent d45db89833
commit 77de3905ee
1 changed files with 3 additions and 0 deletions

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;
}
}