ltm rule event RTSP RESPONSEΒΆ

iRule(1)		      BIG-IP TMSH Manual		      iRule(1)



RTSP_RESPONSE
       Triggered after a complete response has been received from either the
       client or the server.

DESCRIPTION
       Triggered after a complete response has been received from either the
       client or the server. You can use the RTSP::msg_source command to
       determine if the message originated from the client or server.

Examples
	when RTSP_RESPONSE {
	  log local0. "Received RTSP response from [RTSP::msg_source]"
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-9.4.3 --First introduced the event.



BIG-IP				  2017-01-31			      iRule(1)