FS-4250 please post a new log if this does not work

This commit is contained in:
Anthony Minessale
2012-05-31 09:04:08 -05:00
parent 5be9857af2
commit 693e04a7de
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -6797,6 +6797,9 @@ void sofia_handle_sip_i_refer(nua_t *nua, sofia_profile_t *profile, nua_handle_t
nua_respond(nh, SIP_202_ACCEPTED, NUTAG_WITH_THIS_MSG(de->data->e_msg), SIPTAG_EXPIRES_STR("60"), TAG_END());
switch_channel_set_variable(tech_pvt->channel, SOFIA_REPLACES_HEADER, NULL);
if (sip->sip_referred_by) {
full_ref_by = sip_header_as_string(home, (void *) sip->sip_referred_by);
}