Sat Apr 26 2014 22:03:25

Asterisk developer's documentation


fm_args Struct Reference
Collaboration diagram for fm_args:

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 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]
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 176 of file app_followme.c.


Field Documentation

char callfromprompt[PATH_MAX]

Sound prompt name and path

Definition at line 197 of file app_followme.c.

Referenced by app_exec(), and wait_for_winner().

Referenced by app_exec(), and findmeexec().

Accumulated connected line information from inbound call.

Definition at line 182 of file app_followme.c.

Referenced by app_exec(), and wait_for_winner().

Accumulated connected line information from outbound call.

Definition at line 184 of file app_followme.c.

Referenced by app_exec(), and findmeexec().

Definition at line 193 of file app_followme.c.

Referenced by app_exec(), and findmeexec().

Definition at line 203 of file app_followme.c.

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

char* mohclass

Definition at line 177 of file app_followme.c.

Referenced by app_exec().

char namerecloc[PATH_MAX]

Definition at line 194 of file app_followme.c.

Referenced by app_exec(), and wait_for_winner().

Digit mapping to decline a call

Definition at line 196 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 198 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 199 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 190 of file app_followme.c.

Referenced by app_exec(), and wait_for_winner().

TRUE if connected line information from inbound call changed.

Definition at line 186 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 188 of file app_followme.c.

Referenced by app_exec(), and findmeexec().

char plsholdprompt[PATH_MAX]

Sound prompt name and path

Definition at line 200 of file app_followme.c.

Referenced by app_exec().

const char* predial_callee

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

Definition at line 180 of file app_followme.c.

Referenced by app_exec(), and findmeexec().

char sorryprompt[PATH_MAX]

Sound prompt name and path

Definition at line 202 of file app_followme.c.

Referenced by app_exec().

char statusprompt[PATH_MAX]

Sound prompt name and path

Definition at line 201 of file app_followme.c.

Referenced by app_exec().

Music On Hold Class suggested by caller hold for winning call.

Definition at line 192 of file app_followme.c.

Referenced by app_exec(), and wait_for_winner().

Digit mapping to take a call

Definition at line 195 of file app_followme.c.

Referenced by app_exec(), and wait_for_winner().


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