Commit 087e0cdc authored by pintar's avatar pintar
Browse files

new sending template for INFO message

parent 8b9cadf7
Loading
Loading
Loading
Loading
+19 −1
Original line number Diff line number Diff line
@@ -826,6 +826,24 @@ group request_send {
		}
	}
	
	/*
		* 
		* @desc INFO message
		*
		*/	
	template INFO_Request m_INFO_Request_IMS
	(SipUrl p_requestUri, CallId p_callId, CSeq p_cSeq, From p_from, To p_to,
			Via p_via, template MessageBody p_mb )
	modifies m_INFO_Request_Base
	:=
	{
		msgHeader :=
		{
			contentLength	:= {fieldName := CONTENT_LENGTH_E, len:= f_MessageBodyLength(valueof(p_mb))},
			contentType := {fieldName := CONTENT_TYPE_E, mediaType :=  c_sdpAplication}
		},
		messageBody := p_mb
	}			
	
	/*
		*