Commit c6f2fd6e authored by deshpande's avatar deshpande
Browse files

Inserted a 302 response template

parent 0a5ad2af
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -2283,6 +2283,18 @@ group response_send
		messageBody := p_mb
	}

	
	template Response m_Response_3XXonINVITE (StatusLine p_statusLine, CallId p_callId, CSeq p_cSeq,
			From p_from, To p_to, Via p_via, Contact p_contact ) modifies m_Response_Base:=
	{
		msgHeader :=
		{
			contact		:= p_contact,
			maxForwards := omit
		}
	}
		
	
	template Response m_Response_4XXonINVITE (StatusLine p_statusLine, CallId p_callId, CSeq p_cSeq,
			From p_from, To p_to, Via p_via, Contact p_contact ) modifies m_Response_Base:=
	{