Wed Apr 6 11:30:13 2011

Asterisk developer's documentation


penalty_rule Struct Reference


Data Fields

struct {
   penalty_rule *   next
list
int max_relative
int max_value
int min_relative
int min_value
int time

Detailed Description

Definition at line 904 of file app_queue.c.


Field Documentation

struct { ... } list

Next penalty_rule

Referenced by copy_rules(), handle_queue_rule_show(), init_queue(), leave_queue(), and manager_queue_rule_show().

int max_relative

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

Definition at line 908 of file app_queue.c.

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

int max_value

The amount specified in the penalty rule for max penalty

Definition at line 906 of file app_queue.c.

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

int min_relative

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

Definition at line 909 of file app_queue.c.

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

int min_value

The amount specified in the penalty rule for min penalty

Definition at line 907 of file app_queue.c.

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

struct penalty_rule* next

Definition at line 910 of file app_queue.c.

int time

Number of seconds that need to pass before applying this rule

Definition at line 905 of file app_queue.c.

Referenced by copy_rules(), handle_queue_rule_show(), manager_queue_rule_show(), queue_exec(), and update_qe_rule().


The documentation for this struct was generated from the following file:
Generated on Wed Apr 6 11:30:13 2011 for Asterisk - The Open Source Telephony Project by  doxygen 1.4.7