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 131 of file app_followme.c.
int cleared |
Definition at line 138 of file app_followme.c.
Referenced by clear_calling_tree(), and findmeexec().
char dialarg[256] |
Definition at line 134 of file app_followme.c.
Referenced by clear_caller(), and findmeexec().
long digts |
Definition at line 137 of file app_followme.c.
Referenced by wait_for_winner().
struct { ... } entry |
struct findme_user* next [read] |
Definition at line 139 of file app_followme.c.
struct ast_channel* ochan [read] |
Definition at line 132 of file app_followme.c.
Referenced by clear_caller(), findmeexec(), and wait_for_winner().
int state |
Definition at line 133 of file app_followme.c.
Referenced by clear_caller(), findmeexec(), and wait_for_winner().
char yn[10] |
Definition at line 135 of file app_followme.c.
Referenced by wait_for_winner().
int ynidx |
Definition at line 136 of file app_followme.c.
Referenced by wait_for_winner().