Commit f20d89e1 authored by pintar's avatar pintar
Browse files

correcton due to TTWB V11

parent bccdb24e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -871,7 +871,7 @@ module LibSip_Templates
			reasonValues := {m_ReasonValue(int2str(p_cause),?)}
		};

		template Reason mw_ReasonSIP(integer p_cause) :=
		template Reason mw_ReasonSIP(template integer p_cause) :=
		{		  
			fieldName := REASON_E,
			reasonValues := {m_ReasonValueSIP(int2str(p_cause),?)}