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

FreeSWITCH SVN brian at freeswitch.org
Sun May 3 08:33:48 PDT 2009


Author: brian
Date: Sun May  3 10:33:48 2009
New Revision: 13223

Log:
remove accidental commit 

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

Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c	Sun May  3 10:33:48 2009
@@ -1248,7 +1248,6 @@
 			} else {
 				switch_set_string(ref_to, msg->string_arg);
 			}
-			switch_yield(10);
 			nua_refer(tech_pvt->nh, SIPTAG_REFER_TO_STR(ref_to), SIPTAG_REFERRED_BY_STR(tech_pvt->contact_url), TAG_END());
 			switch_mutex_unlock(tech_pvt->sofia_mutex);
 			sofia_wait_for_reply(tech_pvt, 9999, 300);



More information about the Freeswitch-svn mailing list