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 |
|
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(). |
|
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(). |
|
Context when user exits queue Definition at line 278 of file app_queue.c. Referenced by join_queue(), and valid_exit(). |
|
Digits entered while in queue Definition at line 279 of file app_queue.c. Referenced by valid_exit(). |
|
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(). |
|
Whether our call was handled Definition at line 286 of file app_queue.c. Referenced by try_calling(). |
|
The last time we played a periodic anouncement Definition at line 283 of file app_queue.c. Referenced by say_periodic_announcement(). |
|
Last time we told the user their position Definition at line 284 of file app_queue.c. Referenced by say_position(). |
|
Last position we told the user Definition at line 282 of file app_queue.c. Referenced by say_position(). |
|
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(), leave_queue(), and manager_queues_status(). |
|
Where we started in the queue Definition at line 285 of file app_queue.c. Referenced by try_calling(). |
|
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(). |
|
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(). |
|
Our priority Definition at line 281 of file app_queue.c. Referenced by __queues_show(), and join_queue(). |
|
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(). |