git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7864 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-03-11 21:15:34 +00:00
parent 27f79d06e9
commit a363915441
1 changed files with 2 additions and 2 deletions

View File

@ -2515,8 +2515,8 @@ void sofia_handle_sip_i_invite(nua_t *nua, sofia_profile_t *profile, nua_handle_
tech_pvt->key = switch_core_session_strdup(session, key); tech_pvt->key = switch_core_session_strdup(session, key);
} }
channel = switch_core_session_get_channel(session); channel = tech_pvt->channel = switch_core_session_get_channel(session);
if (is_auth) { if (is_auth) {
switch_channel_set_variable(channel, "sip_authorized", "true"); switch_channel_set_variable(channel, "sip_authorized", "true");
} }