Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Structures | Data Fields
fm_args Struct Reference
Collaboration diagram for fm_args:
Collaboration graph
[legend]

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]
 

Detailed Description

Definition at line 187 of file app_followme.c.

Field Documentation

◆ callfromprompt

char callfromprompt[PATH_MAX]

Sound prompt name and path

Definition at line 210 of file app_followme.c.

Referenced by app_exec(), and wait_for_winner().

◆ cnumbers

Referenced by app_exec(), and findmeexec().

◆ connected_in

struct ast_party_connected_line connected_in

Accumulated connected line information from inbound call.

Definition at line 193 of file app_followme.c.

Referenced by app_exec(), and wait_for_winner().

◆ connected_out

struct ast_party_connected_line connected_out

Accumulated connected line information from outbound call.

Definition at line 195 of file app_followme.c.

Referenced by app_exec(), and findmeexec().

◆ connprompt

char connprompt[PATH_MAX]

Sound prompt name and path

Definition at line 216 of file app_followme.c.

Referenced by app_exec().

◆ context

char context[AST_MAX_CONTEXT]

Definition at line 206 of file app_followme.c.

Referenced by app_exec(), and findmeexec().

◆ enable_callee_prompt

unsigned int enable_callee_prompt

TRUE if callees will be prompted to answer

Definition at line 203 of file app_followme.c.

Referenced by app_exec(), and wait_for_winner().

◆ followmeflags

struct ast_flags followmeflags

Definition at line 217 of file app_followme.c.

Referenced by app_exec(), findmeexec(), and wait_for_winner().

◆ mohclass

char* mohclass

Definition at line 188 of file app_followme.c.

Referenced by app_exec().

◆ namerecloc

char namerecloc[PATH_MAX]

Definition at line 207 of file app_followme.c.

Referenced by app_exec(), and wait_for_winner().

◆ nextindp

char nextindp[MAX_YN_STRING]

Digit mapping to decline a call

Definition at line 209 of file app_followme.c.

Referenced by app_exec(), and wait_for_winner().

◆ norecordingprompt

char norecordingprompt[PATH_MAX]

Sound prompt name and path

Definition at line 211 of file app_followme.c.

Referenced by app_exec(), and wait_for_winner().

◆ optionsprompt

char optionsprompt[PATH_MAX]

Sound prompt name and path

Definition at line 212 of file app_followme.c.

Referenced by app_exec(), and wait_for_winner().

◆ pending_hold

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.

Referenced by app_exec(), and wait_for_winner().

◆ pending_in_connected_update

unsigned int pending_in_connected_update

TRUE if connected line information from inbound call changed.

Definition at line 197 of file app_followme.c.

Referenced by app_exec(), and wait_for_winner().

◆ pending_out_connected_update

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.

Referenced by app_exec(), and findmeexec().

◆ plsholdprompt

char plsholdprompt[PATH_MAX]

Sound prompt name and path

Definition at line 213 of file app_followme.c.

Referenced by app_exec().

◆ predial_callee

const char* predial_callee

Gosub app arguments for outgoing calls. NULL if not supplied.

Definition at line 191 of file app_followme.c.

Referenced by app_exec(), and findmeexec().

◆ sorryprompt

char sorryprompt[PATH_MAX]

Sound prompt name and path

Definition at line 215 of file app_followme.c.

Referenced by app_exec().

◆ statusprompt

char statusprompt[PATH_MAX]

Sound prompt name and path

Definition at line 214 of file app_followme.c.

Referenced by app_exec().

◆ suggested_moh

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.

Referenced by app_exec(), and wait_for_winner().

◆ takecall

char takecall[MAX_YN_STRING]

Digit mapping to take a call

Definition at line 208 of file app_followme.c.

Referenced by app_exec(), and wait_for_winner().


The documentation for this struct was generated from the following file: