| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Structures | |
| struct | cnumbers | 
| Data Fields | |
| char | callfromprompt [PATH_MAX] | 
| struct fm_args::cnumbers | cnumbers | 
| struct ast_party_connected_line | connected_in | 
| struct ast_party_connected_line | connected_out | 
| char | connprompt [PATH_MAX] | 
| char | context [AST_MAX_CONTEXT] | 
| unsigned int | enable_callee_prompt:1 | 
| struct ast_flags | followmeflags | 
| char * | mohclass | 
| char | namerecloc [PATH_MAX] | 
| char | nextindp [MAX_YN_STRING] | 
| char | norecordingprompt [PATH_MAX] | 
| char | optionsprompt [PATH_MAX] | 
| unsigned int | pending_hold:1 | 
| unsigned int | pending_in_connected_update:1 | 
| unsigned int | pending_out_connected_update:1 | 
| char | plsholdprompt [PATH_MAX] | 
| const char * | predial_callee | 
| char | sorryprompt [PATH_MAX] | 
| char | statusprompt [PATH_MAX] | 
| char | suggested_moh [MAX_MUSICCLASS] | 
| char | takecall [MAX_YN_STRING] | 
Definition at line 190 of file app_followme.c.
| char callfromprompt[PATH_MAX] | 
Sound prompt name and path
Definition at line 213 of file app_followme.c.
Referenced by app_exec(), and wait_for_winner().
| 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 196 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 198 of file app_followme.c.
Referenced by app_exec(), and findmeexec().
| char connprompt[PATH_MAX] | 
| char context[AST_MAX_CONTEXT] | 
Definition at line 209 of file app_followme.c.
Referenced by app_exec(), and findmeexec().
| unsigned int enable_callee_prompt | 
TRUE if callees will be prompted to answer
Definition at line 206 of file app_followme.c.
Referenced by app_exec(), and wait_for_winner().
| struct ast_flags followmeflags | 
Definition at line 220 of file app_followme.c.
Referenced by app_exec(), findmeexec(), and wait_for_winner().
| char* mohclass | 
Definition at line 191 of file app_followme.c.
Referenced by app_exec().
| char namerecloc[PATH_MAX] | 
Definition at line 210 of file app_followme.c.
Referenced by app_exec(), and wait_for_winner().
| char nextindp[MAX_YN_STRING] | 
Digit mapping to decline a call
Definition at line 212 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 214 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 215 of file app_followme.c.
Referenced by app_exec(), and wait_for_winner().
| unsigned int pending_hold | 
TRUE if caller has a pending hold request for the winning call.
Definition at line 204 of file app_followme.c.
Referenced by app_exec(), and wait_for_winner().
| unsigned int pending_in_connected_update | 
TRUE if connected line information from inbound call changed.
Definition at line 200 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 202 of file app_followme.c.
Referenced by app_exec(), and findmeexec().
| char plsholdprompt[PATH_MAX] | 
| const char* predial_callee | 
Gosub app arguments for outgoing calls. NULL if not supplied.
Definition at line 194 of file app_followme.c.
Referenced by app_exec(), and findmeexec().
| char sorryprompt[PATH_MAX] | 
| char statusprompt[PATH_MAX] | 
| char suggested_moh[MAX_MUSICCLASS] | 
Music On Hold Class suggested by caller hold for winning call.
Definition at line 208 of file app_followme.c.
Referenced by app_exec(), and wait_for_winner().
| char takecall[MAX_YN_STRING] | 
Digit mapping to take a call
Definition at line 211 of file app_followme.c.
Referenced by app_exec(), and wait_for_winner().