Commit 94448ad5 authored by poglitsch's avatar poglitsch
Browse files

fix for issue 0005272

parent 36bc1706
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1612,7 +1612,7 @@ group base_templates{
			}
		}

		template NOTIFY_Request mw_NOTIFY_Request_Base (CallId p_callId) modifies mw_NOTIFY_Dummy :=
		template NOTIFY_Request mw_NOTIFY_Request_Base (template CallId p_callId) modifies mw_NOTIFY_Dummy :=
		{
			msgHeader :=
			{
@@ -1948,7 +1948,7 @@ group request_receive {
		messageBody := p_mb
	}
	
    template NOTIFY_Request mw_NOTIFY_Request_MB (CallId p_callId, template MessageBody p_mb) modifies mw_NOTIFY_Request_Base :=
    template NOTIFY_Request mw_NOTIFY_Request_MB (template CallId p_callId, template MessageBody p_mb) modifies mw_NOTIFY_Request_Base :=
    {
		messageBody := p_mb
    }