[Freeswitch-svn] [commit] r13119 - freeswitch/trunk/src/mod/endpoints/mod_sofia

FreeSWITCH SVN anthm at freeswitch.org
Wed Apr 22 11:38:55 PDT 2009


Author: anthm
Date: Wed Apr 22 13:38:55 2009
New Revision: 13119

Log:
MODENDP-213

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c

Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c	Wed Apr 22 13:38:55 2009
@@ -1325,7 +1325,7 @@
 				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))) {



More information about the Freeswitch-svn mailing list