From aac0e460140226697495fd3810fcf0cdf36518bf Mon Sep 17 00:00:00 2001 From: Brian West Date: Wed, 2 Jan 2008 17:06:47 +0000 Subject: [PATCH] remove my testing vars commited by accident git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7062 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_sofia/sofia.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index e467864c36..f78fc31032 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -2381,14 +2381,6 @@ void sofia_handle_sip_i_invite(nua_t *nua, sofia_profile_t *profile, nua_handle_ 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); }