Commit f1bac761 authored by tepelmann's avatar tepelmann
Browse files

Changed vc_route from template to template(omit).

Minor fix.
parent 8634e666
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ module LibSip_Interface
	  
	  var template RecordRoute vc_recordRoute; 			 // value of RecordRoute header
	  var boolean  vc_boo_recordRoute := false; // boolean indicates valid recordRoute
	  var template Route		vc_route; 					 // value of Route header
	  var template (omit) Route		vc_route; 					 // value of Route header
	  var template Route		vc_route_REG;				 // value of Route header from registration ServiceRoute header for initial Requests
	  var boolean  vc_boo_route 	:= false; 	 // boolean indicates valid Route

+1 −1
Original line number Diff line number Diff line
@@ -2468,7 +2468,7 @@ group response_send {
				}
	}
	
	template(value) Response mw_Response_PAsserted_Privacy_Supported (template StatusLine p_statusLine, template CallId p_callId,
	template(present) Response mw_Response_PAsserted_Privacy_Supported (template (present) StatusLine p_statusLine, template CallId p_callId,
		template CSeq p_cSeq, template PAssertedID p_pAssertedID, template Privacy p_privacy, template Supported p_supported) modifies mw_Response_Base:=
	{
		statusLine := {sipVersion := c_sipNameVersion, statusCode := p_statusLine.statusCode, reasonPhrase := ?},