ltm rule event SIP RESPONSEΒΆ

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

SIP_RESPONSE
       Triggered when a SIP Response is received from the Server.

DESCRIPTION
       Triggered when the system parses all of the response status and header lines from the server response.

Examples
	when SIP_RESPONSE {
	    log local0. "Call ID [SIP::call_id]"
	}

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

BIG-IP							    2022-04-12							  iRule(1)