]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3794 revert
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 19 Jan 2012 20:09:36 +0000 (14:09 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 19 Jan 2012 20:09:36 +0000 (14:09 -0600)
src/mod/endpoints/mod_sofia/sofia.c

index ca6e2f8716434e827bb2a0b5b22864ca9f67ff76..61936af0edeb775260f04419122164e7738117ae 100644 (file)
@@ -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;
        }