
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 151 of file app_followme.c.
| int cleared |
Definition at line 158 of file app_followme.c.
Referenced by clear_calling_tree(), destroy_calling_tree(), and findmeexec().
| char dialarg[256] |
Definition at line 154 of file app_followme.c.
Referenced by clear_caller(), and findmeexec().
| long digts |
Definition at line 157 of file app_followme.c.
Referenced by wait_for_winner().
| struct { ... } entry |
| struct findme_user* next |
Definition at line 159 of file app_followme.c.
| struct ast_channel* ochan |
Definition at line 152 of file app_followme.c.
Referenced by clear_caller(), findmeexec(), and wait_for_winner().
| int state |
Definition at line 153 of file app_followme.c.
Referenced by clear_caller(), findmeexec(), and wait_for_winner().
| char yn[10] |
Definition at line 155 of file app_followme.c.
Referenced by wait_for_winner().
| int ynidx |
Definition at line 156 of file app_followme.c.
Referenced by wait_for_winner().