1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 17:41:53 +00:00

one more try

This commit is contained in:
Anthony Minessale 2012-09-05 13:48:52 -05:00
parent d45db89833
commit 77de3905ee

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