Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
findme_user Struct Reference
Collaboration diagram for findme_user:
Collaboration graph
[legend]

Data Fields

unsigned int answered:1
 
struct ast_party_connected_line connected
 
char dialarg [768]
 
long digts
 
struct {
   struct findme_user *   next
 
entry
 
struct ast_channelochan
 
unsigned int pending_connected_update:1
 
int state
 
char yn [MAX_YN_STRING]
 
int ynidx
 

Detailed Description

Definition at line 220 of file app_followme.c.

Field Documentation

◆ answered

unsigned int answered

TRUE if the outgoing call is answered.

Definition at line 231 of file app_followme.c.

Referenced by clear_unanswered_calls(), and wait_for_winner().

◆ connected

struct ast_party_connected_line connected

Accumulated connected line information from outgoing call.

Definition at line 223 of file app_followme.c.

Referenced by findmeexec(), and wait_for_winner().

◆ dialarg

char dialarg[768]

Definition at line 227 of file app_followme.c.

Referenced by findmeexec().

◆ digts

long digts

Definition at line 224 of file app_followme.c.

Referenced by wait_for_winner().

◆ 

struct { ... } entry

◆ next

struct findme_user* next

Definition at line 234 of file app_followme.c.

◆ ochan

struct ast_channel* ochan

Definition at line 221 of file app_followme.c.

Referenced by clear_caller(), findmeexec(), publish_dial_end_event(), and wait_for_winner().

◆ pending_connected_update

unsigned int pending_connected_update

TRUE if connected line information is available.

Definition at line 233 of file app_followme.c.

Referenced by findmeexec(), and wait_for_winner().

◆ state

int state

Definition at line 226 of file app_followme.c.

Referenced by findmeexec(), and wait_for_winner().

◆ yn

char yn[MAX_YN_STRING]

Collected digits to accept/decline the call.

Definition at line 229 of file app_followme.c.

Referenced by wait_for_winner().

◆ ynidx

int ynidx

Definition at line 225 of file app_followme.c.

Referenced by wait_for_winner().


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