Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
unsigned int | answered:1 |
struct ast_party_connected_line | connected |
char | dialarg [768] |
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 220 of file app_followme.c.
unsigned int answered |
TRUE if the outgoing call is answered.
Definition at line 231 of file app_followme.c.
Referenced by clear_unanswered_calls(), and wait_for_winner().
struct ast_party_connected_line connected |
Accumulated connected line information from outgoing call.
Definition at line 223 of file app_followme.c.
Referenced by destroy_calling_node(), findmeexec(), and wait_for_winner().
char dialarg[768] |
Definition at line 227 of file app_followme.c.
Referenced by findmeexec().
long digts |
Definition at line 224 of file app_followme.c.
Referenced by wait_for_winner().
struct { ... } entry |
struct findme_user* next |
Definition at line 234 of file app_followme.c.
struct ast_channel* ochan |
Definition at line 221 of file app_followme.c.
Referenced by clear_caller(), findmeexec(), publish_dial_end_event(), and wait_for_winner().
unsigned int pending_connected_update |
TRUE if connected line information is available.
Definition at line 233 of file app_followme.c.
Referenced by findmeexec(), and wait_for_winner().
int state |
Definition at line 226 of file app_followme.c.
Referenced by findmeexec(), and wait_for_winner().
char yn[MAX_YN_STRING] |
Collected digits to accept/decline the call.
Definition at line 229 of file app_followme.c.
Referenced by wait_for_winner().
int ynidx |
Definition at line 225 of file app_followme.c.
Referenced by wait_for_winner().