Thu Apr 28 2011 17:16:25

Asterisk developer's documentation


member Struct Reference

Collaboration diagram for member:

Data Fields

int calls
unsigned int dead:1
unsigned int delme:1
int dynamic
char interface [80]
time_t lastcall
struct call_queuelastqueue
char membername [80]
int paused
int penalty
int realtime
char rt_uniqueid [80]
char state_interface [80]
int status

Detailed Description

Definition at line 665 of file app_queue.c.


Field Documentation

int calls

Number of calls serviced by this member

Definition at line 670 of file app_queue.c.

Referenced by __queues_show(), add_to_queue(), calc_metric(), clear_queue(), manager_queues_status(), try_calling(), and update_queue().

unsigned int dead

Used to detect members deleted in realtime

Definition at line 677 of file app_queue.c.

Referenced by find_queue_by_name_rt(), rt_handle_member_record(), and update_realtime_members().

unsigned int delme

Flag to delete entry on reload

Definition at line 678 of file app_queue.c.

Referenced by kill_dead_members(), and mark_member_dead().

time_t lastcall

When last successful call was hungup

Definition at line 675 of file app_queue.c.

Referenced by __queues_show(), add_to_queue(), calc_metric(), clear_queue(), get_member_status(), manager_queues_status(), try_calling(), and update_queue().

Last queue we received a call

Definition at line 676 of file app_queue.c.

Referenced by try_calling(), and update_queue().

char rt_uniqueid[80]

Unique id of realtime member entry

Definition at line 679 of file app_queue.c.

Referenced by rt_handle_member_record(), and update_realtime_member_field().

char state_interface[80]

Technology/Location from which to read devicestate changes

Definition at line 667 of file app_queue.c.

Referenced by create_queue_member(), dump_queue_members(), handle_statechange(), kill_dead_members(), reload_queue_members(), ring_entry(), and rt_handle_member_record().


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