
Data Structures | |
| struct | cnumbers |
Data Fields | |
| char | callfromprompt [PATH_MAX] |
| struct ast_channel * | chan |
| struct fm_args::cnumbers | cnumbers |
| char | context [AST_MAX_CONTEXT] |
| struct ast_flags | followmeflags |
| char * | mohclass |
| char | namerecloc [AST_MAX_CONTEXT] |
| char | nextindp [20] |
| char | norecordingprompt [PATH_MAX] |
| char | optionsprompt [PATH_MAX] |
| struct ast_channel * | outbound |
| char | plsholdprompt [PATH_MAX] |
| char | sorryprompt [PATH_MAX] |
| int | status |
| char | statusprompt [PATH_MAX] |
| char | takecall [20] |
Definition at line 132 of file app_followme.c.
| char callfromprompt[PATH_MAX] |
Sound prompt name and path
Definition at line 142 of file app_followme.c.
Referenced by app_exec(), and wait_for_winner().
| struct ast_channel* chan |
Definition at line 133 of file app_followme.c.
Referenced by app_exec(), and findmeexec().
| struct fm_args::cnumbers cnumbers |
Referenced by app_exec(), and findmeexec().
| char context[AST_MAX_CONTEXT] |
Definition at line 137 of file app_followme.c.
Referenced by app_exec(), and findmeexec().
| struct ast_flags followmeflags |
Definition at line 148 of file app_followme.c.
Referenced by app_exec().
| char* mohclass |
Definition at line 134 of file app_followme.c.
Referenced by app_exec().
| char namerecloc[AST_MAX_CONTEXT] |
Definition at line 138 of file app_followme.c.
Referenced by app_exec(), and findmeexec().
| char nextindp[20] |
Digit mapping to decline a call
Definition at line 141 of file app_followme.c.
Referenced by app_exec(), findmeexec(), and wait_for_winner().
| char norecordingprompt[PATH_MAX] |
Sound prompt name and path
Definition at line 143 of file app_followme.c.
Referenced by app_exec(), and wait_for_winner().
| char optionsprompt[PATH_MAX] |
Sound prompt name and path
Definition at line 144 of file app_followme.c.
Referenced by app_exec(), and wait_for_winner().
| struct ast_channel* outbound |
Definition at line 139 of file app_followme.c.
Referenced by app_exec(), and findmeexec().
| char plsholdprompt[PATH_MAX] |
| char sorryprompt[PATH_MAX] |
| int status |
Definition at line 136 of file app_followme.c.
Referenced by app_exec(), and findmeexec().
| char statusprompt[PATH_MAX] |
| char takecall[20] |
Digit mapping to take a call
Definition at line 140 of file app_followme.c.
Referenced by app_exec(), findmeexec(), and wait_for_winner().