Asterisk - The Open Source Telephony Project
21.4.1
|
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 187 of file app_followme.c.
char callfromprompt[PATH_MAX] |
Sound prompt name and path
Definition at line 210 of file app_followme.c.
struct ast_party_connected_line connected_in |
Accumulated connected line information from inbound call.
Definition at line 193 of file app_followme.c.
struct ast_party_connected_line connected_out |
Accumulated connected line information from outbound call.
Definition at line 195 of file app_followme.c.
char connprompt[PATH_MAX] |
Sound prompt name and path
Definition at line 216 of file app_followme.c.
unsigned int enable_callee_prompt |
TRUE if callees will be prompted to answer
Definition at line 203 of file app_followme.c.
char nextindp[MAX_YN_STRING] |
Digit mapping to decline a call
Definition at line 209 of file app_followme.c.
char norecordingprompt[PATH_MAX] |
Sound prompt name and path
Definition at line 211 of file app_followme.c.
char optionsprompt[PATH_MAX] |
Sound prompt name and path
Definition at line 212 of file app_followme.c.
unsigned int pending_hold |
TRUE if caller has a pending hold request for the winning call.
Definition at line 201 of file app_followme.c.
unsigned int pending_in_connected_update |
TRUE if connected line information from inbound call changed.
Definition at line 197 of file app_followme.c.
unsigned int pending_out_connected_update |
TRUE if connected line information from outbound call is available.
Definition at line 199 of file app_followme.c.
char plsholdprompt[PATH_MAX] |
Sound prompt name and path
Definition at line 213 of file app_followme.c.
const char* predial_callee |
Gosub app arguments for outgoing calls. NULL if not supplied.
Definition at line 191 of file app_followme.c.
char sorryprompt[PATH_MAX] |
Sound prompt name and path
Definition at line 215 of file app_followme.c.
char statusprompt[PATH_MAX] |
Sound prompt name and path
Definition at line 214 of file app_followme.c.
char suggested_moh[MAX_MUSICCLASS] |
Music On Hold Class suggested by caller hold for winning call.
Definition at line 205 of file app_followme.c.
char takecall[MAX_YN_STRING] |
Digit mapping to take a call
Definition at line 208 of file app_followme.c.