ltm rule command SIP fromΒΆ

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



SIP::from
       Returns the value of the From header in a SIP request.

SYNOPSIS
       SIP::from

DESCRIPTION
       Returns the value of the From header in a SIP request.

       Syntax

       SIP::from

	    * Returns the value of the From header in a SIP request.

RETURN VALUE
       Returns the value of the From header in a SIP request

VALID DURING
EXAMPLES
	when SIP_REQUEST {
	    log local0. "SIP Protocol - REQUEST: Values From & To"
	    log local0. "From: [SIP::from] To: [SIP::to]"
	}

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



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