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

Freeswitch SVN brian at freeswitch.org
Thu Oct 9 22:59:59 EDT 2008


Author: brian
Date: Thu Oct  9 22:59:59 2008
New Revision: 9929

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

Log:
nua_r_prack

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	Thu Oct  9 22:59:59 2008
@@ -304,6 +304,7 @@
 		sofia_reg_handle_sip_i_register(nua, profile, nh, sofia_private, sip, tags);
 		break;
 	case nua_i_prack:
+	case nua_r_prack:
 		break;
 	case nua_i_state:
 		sofia_handle_sip_i_state(session, status, phrase, nua, profile, nh, sofia_private, sip, tags);



More information about the Freeswitch-svn mailing list