ltm rule command SIP record-routeΒΆ

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

SIP::record-route
       Gets SIP record-route header information.

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

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

       Synax

       SIP::record-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 record-route headers.

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

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

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