Collaboration diagram for callattempt:

Data Fields | |
| ast_channel * | chan |
| char | interface [256] |
| time_t | lastcall |
| member * | member |
| int | metric |
| int | oldstatus |
| callattempt * | q_next |
| int | stillgoing |
Definition at line 281 of file app_queue.c.
| struct ast_channel* chan |
Definition at line 283 of file app_queue.c.
Referenced by do_hang(), hangupcalls(), ring_entry(), ring_one(), try_calling(), and wait_for_answer().
| char interface[256] |
Definition at line 284 of file app_queue.c.
Referenced by ring_entry(), ring_one(), and store_next().
| time_t lastcall |
Definition at line 289 of file app_queue.c.
Referenced by ring_entry(), try_calling(), and wait_for_answer().
| int metric |
Definition at line 286 of file app_queue.c.
Referenced by calc_metric(), find_best(), ring_one(), and store_next().
| int oldstatus |
| struct callattempt* q_next |
Definition at line 282 of file app_queue.c.
Referenced by find_best(), hangupcalls(), ring_one(), and wait_for_answer().
| int stillgoing |
Definition at line 285 of file app_queue.c.
Referenced by do_hang(), ring_entry(), ring_one(), and wait_for_answer().
1.5.1