Data Fields | |
char | callfromprompt [PATH_MAX] |
ast_channel * | chan |
fm_args::cnumbers | cnumbers |
char | context [AST_MAX_CONTEXT] |
ast_flags | followmeflags |
char * | mohclass |
char | namerecloc [AST_MAX_CONTEXT] |
char | nextindp [20] |
char | norecordingprompt [PATH_MAX] |
char | optionsprompt [PATH_MAX] |
ast_channel * | outbound |
char | plsholdprompt [PATH_MAX] |
char | sorryprompt [PATH_MAX] |
int | status |
char | statusprompt [PATH_MAX] |
char | takecall [20] |
Data Structures | |
struct | cnumbers |
Definition at line 112 of file app_followme.c.
char callfromprompt[PATH_MAX] |
Sound prompt name and path
Definition at line 122 of file app_followme.c.
Referenced by app_exec(), and wait_for_winner().
struct ast_channel* chan |
struct fm_args::cnumbers cnumbers |
Referenced by app_exec(), and findmeexec().
char context[AST_MAX_CONTEXT] |
struct ast_flags followmeflags |
char* mohclass |
char namerecloc[AST_MAX_CONTEXT] |
char nextindp[20] |
Digit mapping to decline a call
Definition at line 121 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 123 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 124 of file app_followme.c.
Referenced by app_exec(), and wait_for_winner().
struct ast_channel* outbound |
char plsholdprompt[PATH_MAX] |
char sorryprompt[PATH_MAX] |
int status |
char statusprompt[PATH_MAX] |
char takecall[20] |
Digit mapping to take a call
Definition at line 120 of file app_followme.c.
Referenced by app_exec(), findmeexec(), and wait_for_winner().