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

FreeSWITCH SVN anthm at freeswitch.org
Fri Nov 7 14:16:22 PST 2008


Author: anthm
Date: Fri Nov  7 17:16:22 2008
New Revision: 10295

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

Log:
update

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	Fri Nov  7 17:16:22 2008
@@ -2505,7 +2505,7 @@
 			}
 
 		} else if (tech_pvt && switch_test_flag(tech_pvt, TFLAG_SDP) && !r_sdp) {
-			nua_respond(tech_pvt->nh, SIP_200_OK, TAG_END());
+			nua_respond(tech_pvt->nh, SIP_202_ACCEPTED, TAG_END());
 			goto done;
 		} else {
 			ss_state = nua_callstate_completed;



More information about the Freeswitch-svn mailing list