From: Anthony Minessale Date: Thu, 19 Jan 2012 20:09:36 +0000 (-0600) Subject: FS-3794 revert X-Git-Tag: v1.2-rc1~19^2~1^2~32^2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3f3a103361938f50600716092c591aba70707b1;p=thirdparty%2Ffreeswitch.git FS-3794 revert --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index ca6e2f8716..61936af0ed 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -564,7 +564,6 @@ void sofia_handle_sip_i_bye(switch_core_session_t *session, int status, #endif if (!session) { - nua_respond(nh, SIP_200_OK, NUTAG_WITH_THIS_MSG(de->data->e_msg), TAG_END()); return; }