[Freeswitch-svn] [commit] r10581 -	freeswitch/trunk/src/mod/endpoints/mod_sofia
    FreeSWITCH SVN 
    anthm at freeswitch.org
       
    Wed Dec  3 11:55:05 PST 2008
    
    
  
Author: anthm
Date: Wed Dec  3 14:55:05 2008
New Revision: 10581
Log:
doh
Modified:
   freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
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 Dec  3 14:55:05 2008
@@ -2546,6 +2546,7 @@
 	case nua_callstate_ready:
 	case nua_callstate_completed:
 	case nua_callstate_received:
+	case nua_callstate_proceeding:
 		if (!(session && channel && tech_pvt)) goto done;
 		break;
 	default:
    
    
More information about the Freeswitch-svn
mailing list