From: Anthony Minessale Date: Wed, 5 Sep 2012 18:48:52 +0000 (-0500) Subject: one more try X-Git-Tag: v1.2.3^2~90^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77de3905ee58c7964d1ee93f2612d070c063f5ca;p=thirdparty%2Ffreeswitch.git one more try --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 2523f7ae5d..d1e4a09e73 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -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; } }