SIPALG::hairpin_default

Description

This iRules command gets or sets the value of hairpin flag for the current connection.

Syntax

SIPALG::hairpin_default [detect | disable | enable]

SIPALG::hairpin_default

  • Returns the value of the hairpin flag for the current message.

SIPALG::hairpin_default <detect | disable | enable>

  • Returns ‘detect’, ‘disable’, or ‘enable’

Examples

when SIP_REQUEST {
  log local0. "default hairpin mode [SIPALG::hairpin_default]"
}