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

Data Fields

int cbypass
 
uint32_t crc32
 
char dcontext [AST_MAX_EXTENSION]
 
struct dundi_entity_infodei
 
struct dundi_resultdr
 
int expiration
 
struct dundi_hint_metadatahmd
 
struct {
   struct dundi_request *   next
 
list
 
int maxcount
 
char number [AST_MAX_EXTENSION]
 
int pfds [2]
 
dundi_eid query_eid
 
int respcount
 
dundi_eid root_eid
 
struct {
   struct dundi_transaction *   first
 
   struct dundi_transaction *   last
 
trans
 

Detailed Description

Definition at line 275 of file pbx_dundi.c.

Field Documentation

◆ cbypass

int cbypass

Definition at line 286 of file pbx_dundi.c.

Referenced by dundi_discover().

◆ crc32

uint32_t crc32

CRC-32 of all but root EID's in avoid list

Definition at line 288 of file pbx_dundi.c.

Referenced by avoid_crc32(), cache_save(), cache_save_hint(), and register_request().

◆ dcontext

char dcontext[AST_MAX_EXTENSION]

◆ dei

struct dundi_entity_info* dei

Definition at line 281 of file pbx_dundi.c.

Referenced by handle_command_response().

◆ dr

struct dundi_result* dr

◆ expiration

int expiration

Definition at line 285 of file pbx_dundi.c.

Referenced by handle_command_response().

◆ first

struct dundi_transaction* first

Definition at line 289 of file pbx_dundi.c.

◆ hmd

struct dundi_hint_metadata* hmd

◆ last

struct dundi_transaction* last

Definition at line 289 of file pbx_dundi.c.

◆ 

struct { ... } list

◆ maxcount

int maxcount

Definition at line 283 of file pbx_dundi.c.

Referenced by dundi_prop_precache(), dundi_show_requests(), and handle_command_response().

◆ next

struct dundi_request* next

Definition at line 290 of file pbx_dundi.c.

◆ number

◆ pfds

int pfds[2]

Definition at line 287 of file pbx_dundi.c.

Referenced by destroy_trans().

◆ query_eid

dundi_eid query_eid

Definition at line 278 of file pbx_dundi.c.

Referenced by dundi_query(), and handle_command_response().

◆ respcount

int respcount

◆ root_eid

dundi_eid root_eid

◆ 

struct { ... } trans

Transactions

Referenced by destroy_trans().


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