FS-5910 --resolve

This commit is contained in:
Anthony Minessale
2013-10-24 14:29:29 -05:00
parent d11495cf3a
commit 6872ab5682
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -6785,6 +6785,7 @@ void sofia_handle_sip_i_refer(nua_t *nua, sofia_profile_t *profile, nua_handle_t
exten = (char *) refer_to->r_url->url_user;
}
switch_core_session_queue_indication(session, SWITCH_MESSAGE_REFER_EVENT);
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "Process REFER to [%s@%s]\n", exten, (char *) refer_to->r_url->url_host);
switch_channel_set_variable(tech_pvt->channel, "transfer_disposition", "recv_replace");