
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 107 of file app_followme.c.
| char callfromprompt[PATH_MAX] |
Sound prompt name and path
Definition at line 117 of file app_followme.c.
Referenced by app_exec(), and wait_for_winner().
struct ast_channel* chan [read] |
Definition at line 108 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 112 of file app_followme.c.
Referenced by app_exec(), and findmeexec().
struct ast_flags followmeflags [read] |
Definition at line 123 of file app_followme.c.
Referenced by app_exec().
| char* mohclass |
Definition at line 109 of file app_followme.c.
Referenced by app_exec().
| char namerecloc[AST_MAX_CONTEXT] |
Definition at line 113 of file app_followme.c.
Referenced by app_exec(), and findmeexec().
| char nextindp[20] |
Digit mapping to decline a call
Definition at line 116 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 118 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 119 of file app_followme.c.
Referenced by app_exec(), and wait_for_winner().
struct ast_channel* outbound [read] |
Definition at line 114 of file app_followme.c.
Referenced by app_exec(), and findmeexec().
| char plsholdprompt[PATH_MAX] |
| char sorryprompt[PATH_MAX] |
| int status |
Definition at line 111 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 115 of file app_followme.c.
Referenced by app_exec(), findmeexec(), and wait_for_winner().
1.6.1