ltm rule command SIP messageΒΆ

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

SIP::message
       Returns the full content of the SIP request or response message.

SYNOPSIS
       SIP::message

DESCRIPTION
       The SIP::message command returns full content of the SIP request or response message.

       Syntax

       SIP::message

RETURN VALUE
       Returns content of the current message

VALID DURING
       MR_INGRESS, MR_EGRESS, MR_FAILED, SIP_REQUEST, SIP_RESPONSE, SIP_REQUEST_SEND, SIP_RESPONSE_SEND

EXAMPLES
	when SIP_REQUEST {
	  log local0. [SIP::message]
	}

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

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