| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#include <dundi.h>

| Data Fields | |
| char | dest [256] | 
| dundi_eid | eid | 
| char | eid_str [20] | 
| int | expiration | 
| unsigned int | flags | 
| char | tech [10] | 
| int | techint | 
| int | weight | 
| char dest[256] | 
Definition at line 235 of file dundi.h.
Referenced by cache_lookup_internal(), cache_save(), dundi_exec(), dundi_prop_precache(), dundi_result_read(), and handle_command_response().
| dundi_eid eid | 
Definition at line 232 of file dundi.h.
Referenced by cache_lookup_internal(), cache_save(), dundi_prop_precache(), and handle_command_response().
| char eid_str[20] | 
Definition at line 233 of file dundi.h.
Referenced by cache_lookup_internal(), dundi_prop_precache(), and handle_command_response().
| int expiration | 
Definition at line 230 of file dundi.h.
Referenced by cache_lookup_internal(), dundi_prop_precache(), and handle_command_response().
| unsigned int flags | 
Definition at line 228 of file dundi.h.
Referenced by cache_save(), dundi_prop_precache(), and handle_command_response().
| char tech[10] | 
Definition at line 234 of file dundi.h.
Referenced by cache_lookup_internal(), dundi_exec(), dundi_prop_precache(), dundi_result_read(), and handle_command_response().
| int techint | 
Definition at line 231 of file dundi.h.
Referenced by cache_lookup_internal(), cache_save(), dundi_exec(), dundi_prop_precache(), and handle_command_response().
| int weight | 
Definition at line 229 of file dundi.h.
Referenced by cache_lookup_internal(), cache_save(), dundi_prop_precache(), handle_command_response(), and rescomp().