mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
remove my testing vars commited by accident
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7062 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6d265b1968
commit
aac0e46014
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user