From: Anthony Minessale Date: Sat, 26 Nov 2011 14:53:01 +0000 (-0600) Subject: FS-3688 d'oh missed one line of the patch.... This should be the keeper X-Git-Tag: v1.2-rc1~27^2~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=313b16481e4745ec2ed3eeb550f79142e372a526;p=thirdparty%2Ffreeswitch.git FS-3688 d'oh missed one line of the patch.... This should be the keeper --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 399ee3d19e..16ff599d50 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -5794,6 +5794,7 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status, if (sofia_glue_tech_proxy_remote_addr(tech_pvt, r_sdp) == SWITCH_STATUS_SUCCESS) { nua_respond(tech_pvt->nh, SIP_200_OK, TAG_END()); switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "Audio params changed, NOT proxying re-invite.\n"); + switch_core_session_rwunlock(other_session); goto done; } }