Wed Aug 15 01:25:42 2007

Asterisk developer's documentation


callattempt Struct Reference

We define a custom "local user" structure because we use it not only for keeping track of what is in use but also for keeping track of who we're dialing. More...

Collaboration diagram for callattempt:

Collaboration graph
[legend]

Data Fields

struct ast_channelchan
char interface [256]
time_t lastcall
struct membermember
int metric
int oldstatus
struct callattemptq_next
int stillgoing

Detailed Description

We define a custom "local user" structure because we use it not only for keeping track of what is in use but also for keeping track of who we're dialing.

Definition at line 281 of file app_queue.c.


Field Documentation

struct ast_channel* chan [read]

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(), store_next(), and try_calling().

time_t lastcall

Definition at line 288 of file app_queue.c.

Referenced by ring_entry(), and try_calling().

struct member* member [read]

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

Definition at line 287 of file app_queue.c.

Referenced by ring_entry(), try_calling(), and wait_for_answer().

struct callattempt* q_next [read]

Definition at line 282 of file app_queue.c.

Referenced by find_best(), hangupcalls(), ring_one(), try_calling(), and wait_for_answer().

int stillgoing

Definition at line 285 of file app_queue.c.

Referenced by do_hang(), ring_entry(), ring_one(), try_calling(), and wait_for_answer().


The documentation for this struct was generated from the following file:
Generated on Wed Aug 15 01:25:42 2007 for Asterisk - the Open Source PBX by  doxygen 1.5.3