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

Freeswitch SVN mikej at freeswitch.org
Mon Nov 3 14:56:48 EST 2008


Author: mikej
Date: Mon Nov  3 14:56:48 2008
New Revision: 10225

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

Log:
200 OK re-invite without sdp

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	Mon Nov  3 14:56:48 2008
@@ -2495,6 +2495,9 @@
 				}
 			}
 
+		} else if (tech_pvt && switch_test_flag(tech_pvt, TFLAG_SDP) && !r_sdp) {
+			nua_respond(tech_pvt->nh, SIP_200_OK, TAG_END());
+			goto done;
 		} else {
 			ss_state = nua_callstate_completed;
 			goto state_process;



More information about the Freeswitch-svn mailing list