ltm rule command SIP call idΒΆ

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

SIP::call_id
       Returns the value of the Call-ID header in a SIP request.

SYNOPSIS
       SIP::call_id

DESCRIPTION
       Returns the value of the Call-ID header in a SIP request. Only the first 256 bytes of the Call-ID will be
       returned.

       Syntax

       SIP::call_id

	    * Returns the value of the Call-ID header in a SIP request.

RETURN VALUE
       Returns the value of the Call-ID header in a SIP request

VALID DURING
EXAMPLES
	when SIP_REQUEST_SEND {
	    log local0. "Call ID [SIP::call_id]"
	}

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

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