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

Freeswitch SVN brian at freeswitch.org
Wed Jan 2 12:06:47 EST 2008


Author: brian
Date: Wed Jan  2 12:06:47 2008
New Revision: 7062

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

Log:
remove my testing vars commited by accident

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	Wed Jan  2 12:06:47 2008
@@ -2381,14 +2381,6 @@
 		switch_channel_set_variable(channel, "sip_call_id", tech_pvt->call_id);
 	}
 
-	if (!switch_strlen_zero(sip->sip_to->a_tag)) { 
-		switch_channel_set_variable(channel, "sip_to_tag", sip->sip_to->a_tag);
-	}
-
-	if (!switch_strlen_zero(sip->sip_from->a_tag)) { 
-		switch_channel_set_variable(channel, "sip_from_tag", sip->sip_from->a_tag);
-	}
-
 	if (sip->sip_subject && sip->sip_subject->g_string) {
 		switch_channel_set_variable(channel, "sip_subject", sip->sip_subject->g_string);
 	}



More information about the Freeswitch-svn mailing list