ltm rule command SDP fieldΒΆ

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



SDP::field
       Returns the value in a given SDP field.

SYNOPSIS
       SDP::field FIELD_NAME (INDEX)?

DESCRIPTION
       This command will return the value of a specific SDP field

       Syntax

       SDP::field field-name 

	    * Get SDP field "field-name" at position index, if index is not
	      present, the first field "field-name" will be returned if found

RETURN VALUE
       Returns the value in a given SDP field.

VALID DURING
EXAMPLES
	when SIP_REQUEST {
	    log local0. "SDP field: [SDP::field connection_address]"
	}

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



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