Data Fields | |
char | callfromprompt [PATH_MAX] |
ast_channel * | chan |
fm_args::cnumbers | cnumbers |
ast_party_connected_line | connected_in |
ast_party_connected_line | connected_out |
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 |
int | pending_in_connected_update:1 |
int | pending_out_connected_update:1 |
char | plsholdprompt [PATH_MAX] |
char | sorryprompt [PATH_MAX] |
int | status |
char | statusprompt [PATH_MAX] |
char | takecall [20] |
Data Structures | |
struct | cnumbers |
Definition at line 136 of file app_followme.c.
char callfromprompt[PATH_MAX] |
Sound prompt name and path
Definition at line 156 of file app_followme.c.
Referenced by app_exec(), and wait_for_winner().
struct ast_channel* chan |
Inbound (caller) channel
Definition at line 138 of file app_followme.c.
Referenced by app_exec(), and findmeexec().
struct fm_args::cnumbers cnumbers |
Referenced by app_exec(), and findmeexec().
Accumulated connected line information from inbound call.
Definition at line 144 of file app_followme.c.
Referenced by app_exec(), and wait_for_winner().
Accumulated connected line information from outbound call.
Definition at line 146 of file app_followme.c.
Referenced by app_exec().
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 155 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 157 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 158 of file app_followme.c.
Referenced by app_exec(), and wait_for_winner().
struct ast_channel* outbound |
Winning outbound (callee) channel
Definition at line 142 of file app_followme.c.
Referenced by app_exec().
TRUE if connected line information from inbound call changed.
Definition at line 148 of file app_followme.c.
Referenced by app_exec(), and wait_for_winner().
TRUE if connected line information from outbound call is available.
Definition at line 150 of file app_followme.c.
Referenced by app_exec().
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 154 of file app_followme.c.
Referenced by app_exec(), findmeexec(), and wait_for_winner().