Data Fields | |
char | announce [80] |
ast_channel * | chan |
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_ent * | next |
int | opos |
call_queue * | parent |
int | pos |
int | prio |
time_t | start |
Definition at line 274 of file app_queue.c.
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(), play_file(), queue_exec(), 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().
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().
The next queue entry
Definition at line 290 of file app_queue.c.
Referenced by __queues_show(), insert_entry(), join_queue(), and leave_queue().
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(), and try_calling().
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(), recalc_holdtime(), say_position(), and try_calling().