Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


fm_args Struct Reference

Data Structures

struct  cnumbers
 

Data Fields

char callfromprompt [PATH_MAX]
 
struct ast_channelchan
 
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_channeloutbound
 
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]
 

Detailed Description

Definition at line 139 of file app_followme.c.

Field Documentation

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().

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]

Sound prompt name and path

Definition at line 162 of file app_followme.c.

Referenced by app_exec().

char sorryprompt[PATH_MAX]

Sound prompt name and path

Definition at line 164 of file app_followme.c.

Referenced by app_exec().

int status

Definition at line 154 of file app_followme.c.

Referenced by app_exec(), and findmeexec().

char statusprompt[PATH_MAX]

Sound prompt name and path

Definition at line 163 of file app_followme.c.

Referenced by app_exec().

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().


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