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

Freeswitch SVN anthm at freeswitch.org
Tue Jan 8 12:18:05 EST 2008


Author: anthm
Date: Tue Jan  8 12:18:04 2008
New Revision: 7140

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

Log:
there are no small problems only small fixes

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	Tue Jan  8 12:18:04 2008
@@ -1496,6 +1496,7 @@
 					switch_channel_set_variable(channel, SWITCH_ENDPOINT_DISPOSITION_VARIABLE, "RECEIVED_NOMEDIA");
 					switch_set_flag_locked(tech_pvt, TFLAG_READY);
 					switch_channel_set_state(channel, CS_INIT);
+					switch_set_flag(tech_pvt, TFLAG_SDP);
 					goto done;
 				} else {
 					sdp_parser_t *parser;



More information about the Freeswitch-svn mailing list