Configuration
configuration
| Name | Data | Possible Values | Description |
|---|---|---|---|
failed_attempts |
Type
Default
|
Rules
|
Failed Attempts Number of failed registration attempts to match the rule. |
time_frame |
Type
Default
|
Rules
|
Interval Number of minutes to wait before resetting the counter for failed attempts. |
src_ip_filter_expr |
Type
Default
|
Rules
|
Source IP Filter Whether to filter registration attempts based on source IP.
Below is the syntax that must be used for the source IP filter:
1) Empty = No source IP/Network filtering will be performed. 2) IPv4 IP Address (10.10.0.1) 3) IPv4 Network Address (172.16.0.0/16) 4) Comma seperated list of IPv4 addresses or networks (10.10.0.1, 172.16.0.0/16) |
profile_filter |
Type
Default
|
Rules
Values
|
SIP Profile Filter Whether to filter registration attempts based on SIP profile. |
account_filter_expr |
Type
Default
|
Rules
|
Account Registration Filter Whether to filter registration attempts based on account.
Below is the syntax that must be used for the Account Registration filter:
1) Empty = No account filtering will be perfomed. 2) Unknown = The string "unknown" matches any accounts that are not known to the registrar (ie, trying to register joe@domain.com where the domain.com registrar does not know about any joe user). This option only works when SIP thru registration is disabled for the profile receiving the REGISTER request. 3) Comma-separated list of accounts to match, ie "bob@company.com, alice@company.com". 4) A regular expression matching the desired accounts in format: regex="the regular expression" |
user_agent_filter_expr |
Type
Default
|
Rules
|
User Agent Filter Whether to filter registration attempts based on user agent.
Below is the syntax that must be used for the user agent filter:
1) Empty = No user agent filtering will be perfomed. 2) Any string (this will be an exact match of the string with the user agent) 3) A regular expression matching the desired user agent in format: regex="the regular expression" |
action_expr |
Type
Default
|
Rules
Values
|
Action Action to perform when the rule matches |
action_param |
Type
Default
|
Rules
|
Action Parameter Defines parameter of the selected action:
Block IP - Number of minutes the IP will remain blocked, from [0 to 1439]. 0 means block this IP forever, until admin manually unblocks it. |
comments |
Type
Default
|
Comments |