| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | ||
| struct { | ||
| struct penalty_rule * next | ||
| } | list | |
| int | max_relative | |
| int | max_value | |
| int | min_relative | |
| int | min_value | |
| int | raise_relative | |
| int | raise_respect_min | |
| int | raise_value | |
| int | time | |
Definition at line 1909 of file app_queue.c.
| struct { ... } list | 
Next penalty_rule
Referenced by copy_rules(), handle_queue_rule_show(), init_queue(), leave_queue(), load_realtime_rules(), and manager_queue_rule_show().
| int max_relative | 
Is the max adjustment relative? 1 for relative, 0 for absolute
Definition at line 1914 of file app_queue.c.
Referenced by copy_rules(), handle_queue_rule_show(), load_realtime_rules(), and manager_queue_rule_show().
| int max_value | 
The amount specified in the penalty rule for max penalty
Definition at line 1911 of file app_queue.c.
Referenced by copy_rules(), handle_queue_rule_show(), load_realtime_rules(), manager_queue_rule_show(), and AllowableRange::to_wiki().
| int min_relative | 
Is the min adjustment relative? 1 for relative, 0 for absolute
Definition at line 1915 of file app_queue.c.
Referenced by copy_rules(), handle_queue_rule_show(), load_realtime_rules(), and manager_queue_rule_show().
| int min_value | 
The amount specified in the penalty rule for min penalty
Definition at line 1912 of file app_queue.c.
Referenced by copy_rules(), handle_queue_rule_show(), load_realtime_rules(), manager_queue_rule_show(), and AllowableRange::to_wiki().
| struct penalty_rule* next | 
Definition at line 1918 of file app_queue.c.
| int raise_relative | 
Is the min adjustment relative? 1 for relative, 0 for absolute
Definition at line 1916 of file app_queue.c.
Referenced by copy_rules(), handle_queue_rule_show(), and load_realtime_rules().
| int raise_respect_min | 
A switch raise_penalty should respect min_penalty not just max_penalty
Definition at line 1917 of file app_queue.c.
Referenced by load_realtime_rules().
| int raise_value | 
The amount specified in the penalty rule for min penalty
Definition at line 1913 of file app_queue.c.
Referenced by copy_rules(), handle_queue_rule_show(), and load_realtime_rules().
| int time | 
Number of seconds that need to pass before applying this rule
Definition at line 1910 of file app_queue.c.
Referenced by copy_rules(), handle_queue_rule_show(), load_realtime_rules(), manager_queue_rule_show(), and queue_exec().