| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| 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 223 of file app_followme.c.
| unsigned int answered | 
TRUE if the outgoing call is answered.
Definition at line 234 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 226 of file app_followme.c.
Referenced by findmeexec(), and wait_for_winner().
| char dialarg[768] | 
Definition at line 230 of file app_followme.c.
Referenced by findmeexec().
| long digts | 
Definition at line 227 of file app_followme.c.
Referenced by wait_for_winner().
| struct { ... } entry | 
Referenced by clear_unanswered_calls(), destroy_calling_tree(), publish_dial_end_event(), and wait_for_winner().
| struct findme_user* next | 
Definition at line 237 of file app_followme.c.
| struct ast_channel* ochan | 
Definition at line 224 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 236 of file app_followme.c.
Referenced by findmeexec(), and wait_for_winner().
| int state | 
Definition at line 229 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 232 of file app_followme.c.
Referenced by wait_for_winner().
| int ynidx | 
Definition at line 228 of file app_followme.c.
Referenced by wait_for_winner().