Commit cf4b0d78 authored by garciay's avatar garciay
Browse files

STF471: Unifies templates (step5)

parent 4397598f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1610,6 +1610,11 @@ group base_templates{
        mediaType :=  p_mediaType
    }
        		
    template(present) ContentType mw_contentType(in template(present) charstring p_mediaType) := {
        fieldName := CONTENT_TYPE_E,   
        mediaType :=  p_mediaType
    }
                
	group request_send {
		
		template(value) ACK_Request m_ACK_Request_Base (template(value) SipUrl p_requestUri, template(omit) CallId p_callId, template(omit) CSeq p_cSeq,