]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
one more try
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 5 Sep 2012 18:48:52 +0000 (13:48 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 5 Sep 2012 18:48:52 +0000 (13:48 -0500)
src/mod/endpoints/mod_sofia/sofia.c

index 2523f7ae5d865b144736f954607fbafeec57601c..d1e4a09e735dce54dadfbadb7c2f5a499739c11d 100644 (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;
                        }
                        
                }