Commit f8b04607 authored by reinaortega's avatar reinaortega
Browse files

Mantis issue: 5173, 5176

parent dd376a22
Loading
Loading
Loading
Loading
+15 −15
Original line number Diff line number Diff line
@@ -539,7 +539,7 @@ module LibSip_Templates
		template Privacy mw_Privacy_without(PrivacyValue p_privacy) := 
		{
			fieldName := PRIVACY_E,
			privValueList := superset(complement(p_privacy))
			privValueList := ?//superset(complement(p_privacy))
		};
				
		template RAck m_RAck(integer p_responseNum, integer p_seqNumber, charstring p_method) :=
@@ -704,7 +704,7 @@ module LibSip_Templates
		template Privacy mw_Privacy_notId := 
		{
			fieldName := PRIVACY_E,
			privValueList := superset(complement("id"))
			privValueList := ?//superset(complement("id"))
		};

		template Privacy mw_Privacy_user := 
@@ -2481,10 +2481,10 @@ group TemplatePreparationFunctions {
		}						
	  };
	
	  for (var integer i:=0; i<sizeof(p_mb.times); i:=i+1)
	  {
		v_result := v_result + 2+c_CRlen + lengthof(p_mb.times[i].time_field.start_time & " " //*  "t="
									  & p_mb.times[i].time_field.stop_time);
	  for (var integer i:=0; i<sizeof(p_mb.times); i:=i+1) {
		v_result := v_result + 2+c_CRlen + lengthof(p_mb.times[i].time_field.start_time & " "
					 & p_mb.times[i].time_field.stop_time);//*  "t="
									  
		if (ispresent(p_mb.times[i].time_repeat))
		{
		  for (var integer j:=0; j<sizeof(p_mb.times[i].time_repeat[j]); j:=j+1)