Asterisk - The Open Source Telephony Project  18.5.0
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 273 of file pbx_dundi.c.

Field Documentation

◆ cbypass

int cbypass

Definition at line 284 of file pbx_dundi.c.

Referenced by dundi_discover(), and dundi_lookup_internal().

◆ crc32

uint32_t crc32

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

Definition at line 286 of file pbx_dundi.c.

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

◆ dcontext

char dcontext[AST_MAX_EXTENSION]

◆ dei

struct dundi_entity_info* dei

Definition at line 279 of file pbx_dundi.c.

Referenced by dundi_query_eid_internal(), and handle_command_response().

◆ dr

struct dundi_result* dr

◆ expiration

int expiration

◆ first

struct dundi_transaction* first

Definition at line 287 of file pbx_dundi.c.

◆ hmd

struct dundi_hint_metadata* hmd

◆ last

struct dundi_transaction* last

Definition at line 287 of file pbx_dundi.c.

◆ list

struct { ... } list

◆ maxcount

int maxcount

◆ next

struct dundi_request* next

Definition at line 288 of file pbx_dundi.c.

◆ number

◆ pfds

int pfds[2]

◆ query_eid

dundi_eid query_eid

◆ respcount

int respcount

◆ root_eid

dundi_eid root_eid

◆ trans

struct { ... } trans

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