
Data Fields | |
| unsigned int | answered:1 |
| struct ast_party_connected_line | connected |
| char | dialarg [256] |
| long | digts |
| struct { | |
| struct findme_user * next | |
| } | entry |
| struct ast_channel * | ochan |
| unsigned int | pending_connected_update:1 |
| int | state |
| char | yn [MAX_YN_STRING] |
| int | ynidx |
Definition at line 206 of file app_followme.c.
| unsigned int answered |
TRUE if the outgoing call is answered.
Definition at line 217 of file app_followme.c.
Referenced by clear_unanswered_calls(), and wait_for_winner().
struct ast_party_connected_line connected [read] |
Accumulated connected line information from outgoing call.
Definition at line 209 of file app_followme.c.
Referenced by destroy_calling_node(), findmeexec(), and wait_for_winner().
| char dialarg[256] |
| long digts |
| struct { ... } entry |
struct findme_user* next [read] |
Definition at line 220 of file app_followme.c.
struct ast_channel* ochan [read] |
Definition at line 207 of file app_followme.c.
Referenced by clear_caller(), findmeexec(), and wait_for_winner().
| unsigned int pending_connected_update |
TRUE if connected line information is available.
Definition at line 219 of file app_followme.c.
Referenced by findmeexec(), and wait_for_winner().
| int state |
| char yn[MAX_YN_STRING] |
Collected digits to accept/decline the call.
Definition at line 215 of file app_followme.c.
Referenced by wait_for_winner().
| int ynidx |
1.5.6