Data Structures | |
struct | cnumbers |
Data Fields | |
char | callfromprompt [PATH_MAX] |
struct ast_channel * | chan |
struct fm_args::cnumbers | cnumbers |
struct ast_party_connected_line | connected_in |
struct ast_party_connected_line | connected_out |
char | context [AST_MAX_CONTEXT] |
struct ast_flags | followmeflags |
char * | mohclass |
char | namerecloc [PATH_MAX] |
char | nextindp [MAX_YN_STRING] |
char | norecordingprompt [PATH_MAX] |
char | optionsprompt [PATH_MAX] |
struct ast_channel * | outbound |
unsigned int | pending_in_connected_update:1 |
unsigned int | pending_out_connected_update:1 |
char | plsholdprompt [PATH_MAX] |
char | sorryprompt [PATH_MAX] |
int | status |
char | statusprompt [PATH_MAX] |
char | takecall [MAX_YN_STRING] |
Definition at line 139 of file app_followme.c.
char callfromprompt[PATH_MAX] |
Sound prompt name and path
Definition at line 159 of file app_followme.c.
Referenced by app_exec(), and wait_for_winner().
struct ast_channel* chan |
Inbound (caller) channel
Definition at line 141 of file app_followme.c.
Referenced by app_exec(), and findmeexec().
struct fm_args::cnumbers cnumbers |
Referenced by app_exec(), and findmeexec().
struct ast_party_connected_line connected_in |
Accumulated connected line information from inbound call.
Definition at line 147 of file app_followme.c.
Referenced by app_exec(), and wait_for_winner().
struct ast_party_connected_line connected_out |
Accumulated connected line information from outbound call.
Definition at line 149 of file app_followme.c.
Referenced by app_exec(), and findmeexec().
char context[AST_MAX_CONTEXT] |
Definition at line 155 of file app_followme.c.
Referenced by app_exec(), and findmeexec().
struct ast_flags followmeflags |
Definition at line 165 of file app_followme.c.
Referenced by app_exec(), and wait_for_winner().
char* mohclass |
Definition at line 142 of file app_followme.c.
Referenced by app_exec().
char namerecloc[PATH_MAX] |
Definition at line 156 of file app_followme.c.
Referenced by app_exec(), and findmeexec().
char nextindp[MAX_YN_STRING] |
Digit mapping to decline a call
Definition at line 158 of file app_followme.c.
Referenced by app_exec(), and wait_for_winner().
char norecordingprompt[PATH_MAX] |
Sound prompt name and path
Definition at line 160 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 161 of file app_followme.c.
Referenced by app_exec(), and wait_for_winner().
struct ast_channel* outbound |
Winning outbound (callee) channel
Definition at line 145 of file app_followme.c.
Referenced by app_exec(), and findmeexec().
unsigned int pending_in_connected_update |
TRUE if connected line information from inbound call changed.
Definition at line 151 of file app_followme.c.
Referenced by app_exec(), and wait_for_winner().
unsigned int pending_out_connected_update |
TRUE if connected line information from outbound call is available.
Definition at line 153 of file app_followme.c.
Referenced by app_exec(), and findmeexec().
char plsholdprompt[PATH_MAX] |
char sorryprompt[PATH_MAX] |
int status |
Definition at line 154 of file app_followme.c.
Referenced by app_exec(), and findmeexec().
char statusprompt[PATH_MAX] |
char takecall[MAX_YN_STRING] |
Digit mapping to take a call
Definition at line 157 of file app_followme.c.
Referenced by app_exec(), and wait_for_winner().