Thu Oct 8 21:58:01 2009

Asterisk developer's documentation


queue_ent Struct Reference

Collaboration diagram for queue_ent:

Collaboration graph
[legend]

Data Fields

char announce [80]
struct ast_channelchan
char context [AST_MAX_CONTEXT]
char digits [AST_MAX_EXTENSION]
time_t expire
int handled
int last_periodic_announce_sound
time_t last_periodic_announce_time
time_t last_pos
int last_pos_said
int max_penalty
char moh [80]
struct queue_entnext
int opos
struct call_queueparent
int pending
int pos
int prio
time_t start
int valid_digits

Detailed Description

Definition at line 322 of file app_queue.c.


Field Documentation

char announce[80]

Announcement to play for member when call is answered

Definition at line 325 of file app_queue.c.

Referenced by join_queue(), and try_calling().

struct ast_channel* chan [read]

char context[AST_MAX_CONTEXT]

Context when user exits queue

Definition at line 326 of file app_queue.c.

Referenced by join_queue(), and valid_exit().

char digits[AST_MAX_EXTENSION]

Digits entered while in queue

Definition at line 327 of file app_queue.c.

Referenced by queue_exec(), and valid_exit().

time_t expire

When this entry should expire (time out of queue)

Definition at line 340 of file app_queue.c.

Referenced by queue_exec(), try_calling(), and wait_our_turn().

int handled

Whether our call was handled

Definition at line 336 of file app_queue.c.

Referenced by queue_exec(), and try_calling().

The last periodic announcement we made

Definition at line 333 of file app_queue.c.

Referenced by queue_exec(), and say_periodic_announcement().

The last time we played a periodic announcement

Definition at line 332 of file app_queue.c.

Referenced by queue_exec(), and say_periodic_announcement().

time_t last_pos

Last time we told the user their position

Definition at line 334 of file app_queue.c.

Referenced by queue_exec(), and say_position().

Last position we told the user

Definition at line 331 of file app_queue.c.

Referenced by queue_exec(), and say_position().

Limit the members that can take this call to this penalty or lower

Definition at line 338 of file app_queue.c.

Referenced by calc_metric(), join_queue(), queue_exec(), and wait_our_turn().

char moh[80]

Name of musiconhold to be used

Definition at line 324 of file app_queue.c.

Referenced by join_queue(), queue_exec(), say_periodic_announcement(), and say_position().

struct queue_ent* next [read]

The next queue entry

Definition at line 342 of file app_queue.c.

Referenced by __queues_show(), insert_entry(), is_our_turn(), join_queue(), leave_queue(), and manager_queues_status().

int opos

Where we started in the queue

Definition at line 335 of file app_queue.c.

Referenced by queue_exec(), record_abandoned(), try_calling(), and wait_our_turn().

struct call_queue* parent [read]

int pending

Non-zero if we are attempting to call a member

Definition at line 337 of file app_queue.c.

Referenced by is_our_turn(), and try_calling().

int pos

Where we are in the queue

Definition at line 329 of file app_queue.c.

Referenced by join_queue(), leave_queue(), queue_exec(), record_abandoned(), say_position(), try_calling(), and wait_our_turn().

int prio

Our priority

Definition at line 330 of file app_queue.c.

Referenced by __queues_show(), join_queue(), and queue_exec().

time_t start

When we started holding

Definition at line 339 of file app_queue.c.

Referenced by __queues_show(), manager_queues_status(), queue_exec(), record_abandoned(), say_position(), try_calling(), and wait_our_turn().

Digits entered correspond to valid extension. Exited

Definition at line 328 of file app_queue.c.

Referenced by queue_exec(), and valid_exit().


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

Generated on Thu Oct 8 21:58:01 2009 for Asterisk - the Open Source PBX by  doxygen 1.5.8