Commit 9c547e36 authored by pintar's avatar pintar
Browse files

corrections due to validation in weeks 4 and 5 - STF467

 - sending of Contact header was missing within template m_Response_18XonINVITE
parent e4867c72
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -2914,10 +2914,11 @@ group response_send
     }
     }
 
 
    template Response m_Response_18XonINVITE_PchargingVector (StatusLine p_statusLine, CallId p_callId, CSeq p_cSeq,
    template Response m_Response_18XonINVITE_PchargingVector (StatusLine p_statusLine, CallId p_callId, CSeq p_cSeq,
          From p_from, To p_to, Via p_via, template PChargingVector p_pChargingVector ) modifies m_Response_Base:=
          From p_from, To p_to, Via p_via, Contact p_contact, template PChargingVector p_pChargingVector ) modifies m_Response_Base:=
    {
    {
        msgHeader :=
        msgHeader :=
        {
        {
            contact		:= p_contact,
            pChargingFunctionAddresses := m_pChargingFunctionAddresses_fixedValue,
            pChargingFunctionAddresses := m_pChargingFunctionAddresses_fixedValue,
            pChargingVector := p_pChargingVector
            pChargingVector := p_pChargingVector