
Data Fields | |
| int | cleared |
| char | dialarg [256] |
| long | digts |
| struct { | |
| struct findme_user * next | |
| } | entry |
| struct ast_channel * | ochan |
| int | state |
| char | yn [10] |
| int | ynidx |
Definition at line 126 of file app_followme.c.
| int cleared |
Definition at line 133 of file app_followme.c.
Referenced by clear_calling_tree(), and findmeexec().
| char dialarg[256] |
Definition at line 129 of file app_followme.c.
Referenced by clear_caller(), and findmeexec().
| long digts |
Definition at line 132 of file app_followme.c.
Referenced by wait_for_winner().
| struct { ... } entry |
struct findme_user* next [read] |
Definition at line 134 of file app_followme.c.
struct ast_channel* ochan [read] |
Definition at line 127 of file app_followme.c.
Referenced by clear_caller(), findmeexec(), and wait_for_winner().
| int state |
Definition at line 128 of file app_followme.c.
Referenced by clear_caller(), findmeexec(), and wait_for_winner().
| char yn[10] |
Definition at line 130 of file app_followme.c.
Referenced by wait_for_winner().
| int ynidx |
Definition at line 131 of file app_followme.c.
Referenced by wait_for_winner().
1.6.1