ltm rule command SIP toΒΆ
iRule(1) BIG-IP TMSH Manual iRule(1)
SIP::to
Returns the value of the To header in a SIP request.
SYNOPSIS
SIP::to
DESCRIPTION
Returns the value of the To header in a SIP request.
Syntax
SIP::to
* Returns the value of the To header in a SIP request.
RETURN VALUE
VALID DURING
EXAMPLES
when SIP_REQUEST {
log local0.info "[SIP::to]"
}
HINTS
SEE ALSO
CHANGE LOG
@BIGIP-9.2.0 --First introduced the command.
BIG-IP 2022-04-12 iRule(1)