
Data Fields | |
| struct ast_channel * | chan |
| unsigned int | flags |
| int | forwards |
| char | interface [256] |
| time_t | lastcall |
| struct member * | member |
| int | metric |
| struct localuser * | next |
| int | oldstatus |
| int | stillgoing |
Definition at line 270 of file app_dial.c.
struct ast_channel * chan [read] |
Definition at line 271 of file app_dial.c.
Referenced by app_exec(), dial_exec_full(), gen_closestream(), gen_nextfile(), hangupcalls(), hanguptree(), ring_entry(), ring_one(), store_next(), try_calling(), and wait_for_answer().
| unsigned int flags |
| int forwards |
| char interface[256] |
Definition at line 262 of file app_queue.c.
Referenced by ring_entry(), ring_one(), and store_next().
| time_t lastcall |
Definition at line 267 of file app_queue.c.
Referenced by ring_entry(), try_calling(), and wait_for_answer().
| int metric |
Definition at line 264 of file app_queue.c.
Referenced by calc_metric(), ring_one(), and store_next().
Definition at line 274 of file app_dial.c.
Referenced by hangupcalls(), hanguptree(), ring_one(), store_next(), and wait_for_answer().
| int oldstatus |
| int stillgoing |
Definition at line 263 of file app_queue.c.
Referenced by ring_entry(), ring_one(), store_next(), and wait_for_answer().
1.5.6