Sun Aug 6 15:18:41 2006

Asterisk developer's documentation


Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

queue_ent Struct Reference

Collaboration diagram for queue_ent:

Collaboration graph
[legend]

Data Fields

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

Field Documentation

char announce[80]
 

Announcement to play for member when call is answered

Definition at line 277 of file app_queue.c.

Referenced by join_queue(), and try_calling().

struct ast_channel* chan
 

Our channel

Definition at line 289 of file app_queue.c.

Referenced by __queues_show(), is_our_turn(), join_queue(), leave_queue(), manager_queues_status(), ring_entry(), say_periodic_announcement(), say_position(), try_calling(), valid_exit(), wait_a_bit(), wait_for_answer(), and wait_our_turn().

char context[AST_MAX_CONTEXT]
 

Context when user exits queue

Definition at line 278 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 279 of file app_queue.c.

Referenced by valid_exit().

time_t expire
 

When this entry should expire (time out of queue)

Definition at line 288 of file app_queue.c.

Referenced by try_calling(), and wait_our_turn().

int handled
 

Whether our call was handled

Definition at line 286 of file app_queue.c.

Referenced by try_calling().

time_t last_periodic_announce_time
 

The last time we played a periodic anouncement

Definition at line 283 of file app_queue.c.

Referenced by say_periodic_announcement().

time_t last_pos
 

Last time we told the user their position

Definition at line 284 of file app_queue.c.

Referenced by say_position().

int last_pos_said
 

Last position we told the user

Definition at line 282 of file app_queue.c.

Referenced by say_position().

char moh[80]
 

Name of musiconhold to be used

Definition at line 276 of file app_queue.c.

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

struct queue_ent* next
 

The next queue entry

Definition at line 290 of file app_queue.c.

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

int opos
 

Where we started in the queue

Definition at line 285 of file app_queue.c.

Referenced by try_calling().

struct call_queue* parent
 

What queue is our parent

Definition at line 275 of file app_queue.c.

Referenced by insert_entry(), is_our_turn(), leave_queue(), recalc_holdtime(), record_abandoned(), ring_entry(), ring_one(), say_periodic_announcement(), say_position(), store_next(), try_calling(), wait_a_bit(), wait_for_answer(), and wait_our_turn().

int pos
 

Where we are in the queue

Definition at line 280 of file app_queue.c.

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

int prio
 

Our priority

Definition at line 281 of file app_queue.c.

Referenced by __queues_show(), and join_queue().

time_t start
 

When we started holding

Definition at line 287 of file app_queue.c.

Referenced by __queues_show(), manager_queues_status(), recalc_holdtime(), say_position(), and try_calling().


The documentation for this struct was generated from the following file:
Generated on Sun Aug 6 15:18:42 2006 for Asterisk - the Open Source PBX by  doxygen 1.4.2