WARNING! Gitlab maintenance operation scheduled for Thursday, 18 June between 19:00 and 20:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
vc_requestUri:=f_initSipUrl(c_userProfile_UE3atSUThome);// Request URI of Invite is diffent than To header
// TODO the following should be changed to another connected id instead, like c_userProfile_UE1atSUThome_PRIVATE or c_userProfile_UE1atSUThome_connected which will require new PIXIT value
// Note: the following could be changed to another connected id instead, like c_userProfile_UE1atSUThome_PRIVATE or c_userProfile_UE1atSUThome_connected which will require new PIXIT value
f_awaitingINVITE(mw_INVITE_Request_Base);// TODO eventually check the receiver is UE3 and not UE2
f_awaitingINVITE(mw_INVITE_Request_Base);
select(PX_TC_VA){// PIXIT for TC VARIANT
case(1){
// 180 Ringing
f_sendResponse(m_Response_PAsserted_Privacy(c_statusLine180,vc_callId,vc_cSeq,vc_caller_From,vc_caller_To,vc_via,omit,omit));// TODO check if the response should be with a set PAssertedIdentity
f_sendResponse(m_Response_PAsserted_Privacy(c_statusLine183,vc_callId,vc_cSeq,vc_caller_From,vc_caller_To,vc_via,omit,omit));// TODO check if the response should be with a set PAssertedIdentity
f_sendResponse(m_Response_PAsserted_Privacy(c_statusLine200,vc_callId,vc_cSeq,vc_caller_From,vc_caller_To,vc_via,omit,omit));// TODO check if the response should be with a set PAssertedIdentity
f_awaitingINVITE(mw_INVITE_Request_Base);// TODO eventually check the receiver is UE3 and not UE2
f_awaitingINVITE(mw_INVITE_Request_Base);
select(PX_TC_VA){// PIXIT for TC VARIANT
case(1){
// 180 Ringing
f_sendResponse(m_Response_PAsserted_Privacy(c_statusLine180,vc_callId,vc_cSeq,vc_caller_From,vc_caller_To,vc_via,omit,m_Privacy(c_privacy_id)));// TODO check if the response should be with a set PAssertedIdentity
f_sendResponse(m_Response_PAsserted_Privacy(c_statusLine183,vc_callId,vc_cSeq,vc_caller_From,vc_caller_To,vc_via,omit,m_Privacy(c_privacy_id)));// TODO check if the response should be with a set PAssertedIdentity
f_sendResponse(m_Response_PAsserted_Privacy(c_statusLine200,vc_callId,vc_cSeq,vc_caller_From,vc_caller_To,vc_via,omit,m_Privacy(c_privacy_id)));// TODO check if the response should be with a set PAssertedIdentity
f_sendResponse(m_Response_PAsserted_Privacy(c_statusLine180,vc_callId,vc_cSeq,vc_caller_From,vc_caller_To,vc_via,omit,m_Privacy(c_privacy_none)));// TODO check if the response should be with a set PAssertedIdentity
f_sendResponse(m_Response_PAsserted_Privacy(c_statusLine183,vc_callId,vc_cSeq,vc_caller_From,vc_caller_To,vc_via,omit,m_Privacy(c_privacy_none)));// TODO check if the response should be with a set PAssertedIdentity
f_sendResponse(m_Response_PAsserted_Privacy(c_statusLine200,vc_callId,vc_cSeq,vc_caller_From,vc_caller_To,vc_via,omit,m_Privacy(c_privacy_none)));// TODO check if the response should be with a set PAssertedIdentity