ltm rule command SIP routeΒΆ

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

SIP::route
       Gets SIP route header information.

SYNOPSIS
       SIP::route (INDEX | 'top')

DESCRIPTION
       This command allows you get get information in the SIP route header.

       Synax

       SIP::route 

	    * Get SIP header "route" at index

	 is a numeric zero-based index or the keyword "top". The "top" keyword" will acess the first element as opposed to the first line of the route headers.

RETURN VALUE
VALID DURING
EXAMPLES
	when SIP_REQUEST {
	  log local0. [SIP::route top]
	}

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

BIG-IP						      2020-06-23					     iRule(1)