ltm rule command RTSP msg sourceΒΆ

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



RTSP::msg_source
       Indicates whether the request or response originated from the client or
       the server.

SYNOPSIS
       RTSP::msg_source

DESCRIPTION
       Indicates whether the request or response originated from the client or
       the server. This command returns the string client or server.

       Syntax

       RTSP::msg_source

	    * Indicates whether the request or response originated from the
	      client or the server. This command returns the string client or
	      server.

RETURN VALUE
       Returns the string "client" or "server".

VALID DURING
EXAMPLES
	rule xxx {
	    when RTSP_REQUEST {
		puts [RTSP::msg_source]
	    }
	}

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



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