diff --git a/sflphone-common/src/sip/sipvoiplink.cpp b/sflphone-common/src/sip/sipvoiplink.cpp
index 7d7c945de63b543a4e249112754bbb8ebc5f6f17..29c3dbc0133b6cb50b17598b862c87e46b99e2fa 100644
--- a/sflphone-common/src/sip/sipvoiplink.cpp
+++ b/sflphone-common/src/sip/sipvoiplink.cpp
@@ -3113,19 +3113,6 @@ void call_on_state_changed (pjsip_inv_session *inv, pjsip_event *e)
     }
 
 
-
-    // After 2xx is sent/received.
-    else if (inv->state == PJSIP_INV_STATE_CONNECTING) {
-        status = call->getLocalSDP()->check_sdp_answer (inv, rdata);
-
-        if (status != PJ_SUCCESS) {
-            _warn ("UserAgent: Failed to check incoming SDP in call_on_state_changed");
-            return;
-        }
-    }
-
-
-
     // After we sent or received a ACK - The connection is established
     else if (inv->state == PJSIP_INV_STATE_CONFIRMED) {