remove race

This commit is contained in:
Anthony Minessale 2010-05-21 16:17:20 -05:00
parent 49c9bfdb2e
commit eb30905913
1 changed files with 0 additions and 2 deletions

View File

@ -6524,8 +6524,6 @@ void sofia_handle_sip_i_invite(nua_t *nua, sofia_profile_t *profile, nua_handle_
destination_number = switch_core_session_sprintf(b_session, "answer,intercept:%s", uuid);
if ((c_session = switch_core_session_locate(uuid))) {
switch_channel_t *c_channel = switch_core_session_get_channel(c_session);
switch_channel_hangup(c_channel, SWITCH_CAUSE_ATTENDED_TRANSFER);
switch_core_session_rwunlock(c_session);
}
}