[Freeswitch-svn] [commit] r7755 - freeswitch/trunk/src/mod/endpoints/mod_sofia
Freeswitch SVN
anthm at freeswitch.org
Wed Feb 27 12:06:26 EST 2008
Author: anthm
Date: Wed Feb 27 12:06:25 2008
New Revision: 7755
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
Log:
tweak
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c Wed Feb 27 12:06:25 2008
@@ -224,6 +224,11 @@
if (session) {
switch_core_session_signal_lock(session);
+
+ if (channel && switch_channel_get_state(channel) >= CS_HANGUP) {
+ switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Channel is already hungup.\n");
+ goto done;
+ }
}
if ((profile->pflags & PFLAG_AUTH_ALL) && tech_pvt && tech_pvt->key && sip) {
More information about the Freeswitch-svn
mailing list