Commit de038e55 authored by rennoch's avatar rennoch
Browse files

aux. template

parent cc1e879d
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -3490,6 +3490,17 @@ group response_receive
        }
    }

    template Response mw_Response_PAsserted_ContentType (template StatusLine p_statusLine, template CallId p_callId,
        template CSeq p_cSeq, template PAssertedID p_pAssertedID, template ContentType p_contentType) modifies mw_Response_Base:=
    {
        statusLine := {sipVersion := c_sipNameVersion, statusCode := p_statusLine.statusCode, reasonPhrase := ?},
        msgHeader :=
        {
            pAssertedID := p_pAssertedID,
            contentType := p_contentType
        }
    }

    template Response mw_Response_PchargingVector(template StatusLine p_statusLine, template CallId p_callId,
        template CSeq p_cSeq, template PChargingVector p_chargingVector) modifies mw_Response_Base:=
    {