From e42997ef0820be00944853a873a4ea3644611ccc Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 22 Jul 2016 22:43:55 -0500 Subject: [PATCH] FS-9376 #comment please try this --- src/mod/endpoints/mod_sofia/sofia.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index fb46114071..ed020b17c7 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -7463,15 +7463,13 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status, switch_core_media_gen_local_sdp(session, SDP_TYPE_RESPONSE, NULL, 0, NULL, 0); - nua_respond(tech_pvt->nh, SIP_200_OK, TAG_END()); - goto done; - - /* } else if (0 && r_sdp && !sofia_use_soa(tech_pvt)) { nua_respond(tech_pvt->nh, SIP_200_OK, NUTAG_MEDIA_ENABLE(0), SIPTAG_CONTACT_STR(tech_pvt->profile->url), SIPTAG_CONTENT_TYPE_STR("application/sdp"), SIPTAG_PAYLOAD_STR(tech_pvt->mparams.local_sdp_str), TAG_END()); - */ + + goto done; + } else { ss_state = nua_callstate_completed; goto state_process;