Mon Aug 31 12:30:49 2015

Asterisk developer's documentation


penalty_rule Struct Reference

Data Fields

int max_relative
int max_value
int min_relative
int min_value
int time

Detailed Description

Definition at line 1208 of file app_queue.c.


Field Documentation

Is the max adjustment relative? 1 for relative, 0 for absolute

Definition at line 1212 of file app_queue.c.

Referenced by copy_rules(), handle_queue_rule_show(), insert_penaltychange(), and manager_queue_rule_show().

int max_value

The amount specified in the penalty rule for max penalty

Definition at line 1210 of file app_queue.c.

Referenced by copy_rules(), handle_queue_rule_show(), insert_penaltychange(), and manager_queue_rule_show().

Is the min adjustment relative? 1 for relative, 0 for absolute

Definition at line 1213 of file app_queue.c.

Referenced by copy_rules(), handle_queue_rule_show(), insert_penaltychange(), and manager_queue_rule_show().

int min_value

The amount specified in the penalty rule for min penalty

Definition at line 1211 of file app_queue.c.

Referenced by copy_rules(), handle_queue_rule_show(), insert_penaltychange(), and manager_queue_rule_show().

int time

Number of seconds that need to pass before applying this rule

Definition at line 1209 of file app_queue.c.

Referenced by copy_rules(), handle_queue_rule_show(), insert_penaltychange(), and manager_queue_rule_show().


The documentation for this struct was generated from the following file:

Generated on 31 Aug 2015 for Asterisk - The Open Source Telephony Project by  doxygen 1.6.1