Data Fields | |
int | calls |
unsigned int | dead:1 |
unsigned int | delme:1 |
int | dynamic |
char | interface [80] |
time_t | lastcall |
call_queue * | lastqueue |
char | membername [80] |
int | paused |
int | penalty |
int | realtime |
char | state_interface [80] |
int | status |
Definition at line 383 of file app_queue.c.
int calls |
Number of calls serviced by this member
Definition at line 388 of file app_queue.c.
Referenced by __queues_show(), add_to_queue(), calc_metric(), manager_queues_status(), update_queue(), and update_status().
unsigned int dead |
Used to detect members deleted in realtime
Definition at line 395 of file app_queue.c.
Referenced by rt_handle_member_record(), and update_realtime_members().
unsigned int delme |
Flag to delete entry on reload
Definition at line 396 of file app_queue.c.
Referenced by reload_queues().
int dynamic |
Are we dynamically added?
Definition at line 389 of file app_queue.c.
Referenced by __queues_show(), add_to_queue(), dump_queue_members(), free_members(), manager_queues_status(), reload_queues(), remove_from_queue(), and update_status().
char interface[80] |
Technology/Location to dial to reach this member
Definition at line 384 of file app_queue.c.
Referenced by __queues_show(), add_to_queue(), compare_weight(), complete_queue_remove_member(), dump_queue_members(), interface_exists(), interface_exists_global(), manager_queues_status(), member_cmp_fn(), member_hash_fn(), reload_queue_members(), reload_queues(), remove_from_queue(), rt_handle_member_record(), send_agent_complete(), set_member_paused(), set_member_penalty(), try_calling(), update_realtime_member_field(), update_realtime_members(), and update_status().
time_t lastcall |
When last successful call was hungup
Definition at line 393 of file app_queue.c.
Referenced by __queues_show(), add_to_queue(), calc_metric(), manager_queues_status(), try_calling(), update_queue(), and update_status().
struct call_queue* lastqueue |
Last queue we received a call
Definition at line 394 of file app_queue.c.
Referenced by try_calling(), and update_queue().
char membername[80] |
Member name to use in queue logs
Definition at line 386 of file app_queue.c.
Referenced by __queues_show(), add_to_queue(), complete_queue_remove_member(), dump_queue_members(), manager_queues_status(), queue_function_queuememberlist(), queue_transfer_fixup(), remove_from_queue(), ring_entry(), send_agent_complete(), set_member_paused(), and update_status().
int paused |
Are we paused (not accepting calls)?
Definition at line 392 of file app_queue.c.
Referenced by __queues_show(), add_to_queue(), dump_queue_members(), get_member_status(), manager_queues_status(), manager_queues_summary(), num_available_members(), queue_function_qac(), reload_queue_members(), reload_queues(), ring_entry(), rt_handle_member_record(), set_member_paused(), and update_status().
int penalty |
Are we a last resort?
Definition at line 387 of file app_queue.c.
Referenced by __queues_show(), add_to_queue(), calc_metric(), create_queue_member(), dump_queue_members(), get_member_penalty(), get_member_status(), manager_queues_status(), reload_queue_members(), rt_handle_member_record(), set_member_penalty(), and update_status().
int realtime |
Is this member realtime?
Definition at line 390 of file app_queue.c.
Referenced by __queues_show(), rt_handle_member_record(), set_member_paused(), update_realtime_members(), and update_status().
char state_interface[80] |
Technology/Location from which to read devicestate changes
Definition at line 385 of file app_queue.c.
Referenced by add_to_queue(), dump_queue_members(), free_members(), interface_exists_global(), reload_queue_members(), reload_queues(), remove_from_queue(), ring_entry(), rt_handle_member_record(), update_realtime_members(), and update_status().
int status |
Status of queue member
Definition at line 391 of file app_queue.c.
Referenced by __queues_show(), add_to_queue(), get_member_status(), manager_queues_status(), manager_queues_summary(), num_available_members(), queue_function_qac(), queue_function_qac_dep(), ring_entry(), try_calling(), and update_status().