Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
int | cbypass |
uint32_t | crc32 |
char | dcontext [AST_MAX_EXTENSION] |
struct dundi_entity_info * | dei |
struct dundi_result * | dr |
int | expiration |
struct dundi_hint_metadata * | hmd |
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 |
Definition at line 273 of file pbx_dundi.c.
int cbypass |
Definition at line 284 of file pbx_dundi.c.
Referenced by dundi_discover(), and dundi_lookup_internal().
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().
char dcontext[AST_MAX_EXTENSION] |
Definition at line 274 of file pbx_dundi.c.
Referenced by append_transaction(), build_transactions(), cache_lookup(), cache_save(), cache_save_hint(), destroy_trans(), dundi_discover(), dundi_lookup_internal(), dundi_precache_internal(), dundi_prop_precache(), dundi_query(), dundi_query_eid_internal(), dundi_show_requests(), handle_command_response(), optimize_transactions(), precache_trans(), and register_request().
struct dundi_entity_info* dei |
Definition at line 279 of file pbx_dundi.c.
Referenced by dundi_query_eid_internal(), and handle_command_response().
struct dundi_result* dr |
Definition at line 278 of file pbx_dundi.c.
Referenced by cache_lookup_internal(), cache_save(), dundi_lookup_internal(), dundi_precache_internal(), dundi_prop_precache(), and handle_command_response().
int expiration |
Definition at line 283 of file pbx_dundi.c.
Referenced by build_transactions(), dundi_lookup_internal(), dundi_precache_internal(), dundi_prop_precache(), and handle_command_response().
struct dundi_transaction* first |
Definition at line 287 of file pbx_dundi.c.
struct dundi_hint_metadata* hmd |
Definition at line 280 of file pbx_dundi.c.
Referenced by build_transactions(), cache_lookup(), cache_lookup_internal(), dundi_lookup_internal(), dundi_precache_internal(), dundi_prop_precache(), dundi_query_eid_internal(), and handle_command_response().
struct dundi_transaction* last |
Definition at line 287 of file pbx_dundi.c.
struct { ... } list |
int maxcount |
Definition at line 281 of file pbx_dundi.c.
Referenced by dundi_lookup_internal(), dundi_precache_internal(), dundi_prop_precache(), dundi_show_requests(), and handle_command_response().
struct dundi_request* next |
Definition at line 288 of file pbx_dundi.c.
char number[AST_MAX_EXTENSION] |
Definition at line 275 of file pbx_dundi.c.
Referenced by append_transaction(), cache_lookup(), cache_save(), destroy_trans(), dundi_discover(), dundi_lookup_internal(), dundi_precache_internal(), dundi_prop_precache(), dundi_show_requests(), handle_command_response(), precache_trans(), and register_request().
int pfds[2] |
Definition at line 285 of file pbx_dundi.c.
Referenced by destroy_trans(), dundi_lookup_internal(), dundi_precache_internal(), dundi_prop_precache(), and dundi_query_eid_internal().
dundi_eid query_eid |
Definition at line 276 of file pbx_dundi.c.
Referenced by append_transaction(), dundi_query(), dundi_query_eid_internal(), and handle_command_response().
int respcount |
Definition at line 282 of file pbx_dundi.c.
Referenced by cache_lookup(), cache_lookup_internal(), cache_save(), dundi_lookup_internal(), dundi_prop_precache(), dundi_query_eid_internal(), dundi_show_requests(), and handle_command_response().
dundi_eid root_eid |
Definition at line 277 of file pbx_dundi.c.
Referenced by cache_lookup(), cache_save(), cache_save_hint(), dundi_lookup_internal(), dundi_query_eid_internal(), dundi_show_requests(), and register_request().
struct { ... } trans |