From 0f08e7db0616c15f12399947d608d56ba3985215 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 22 Apr 2009 18:38:55 +0000 Subject: [PATCH] MODENDP-213 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13119 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_sofia/mod_sofia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.c b/src/mod/endpoints/mod_sofia/mod_sofia.c index 3b780dba3b..99ed6a740b 100644 --- a/src/mod/endpoints/mod_sofia/mod_sofia.c +++ b/src/mod/endpoints/mod_sofia/mod_sofia.c @@ -1325,7 +1325,7 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi msg->string_arg = p; switch_core_session_receive_message(session, msg); goto end_lock; - } else if (!switch_channel_test_flag(channel, CF_ANSWERED)) { + } else { if (!sofia_test_flag(tech_pvt, TFLAG_BYE)) { switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Responding with %d [%s]\n", code, reason); if (!switch_strlen_zero(((char *) msg->pointer_arg))) {