| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | ||
| int | _weight | |
| char | dcontext [AST_MAX_EXTENSION] | |
| int | dead | |
| char | dest [512] | |
| char | lcontext [AST_MAX_EXTENSION] | |
| struct { | ||
| struct dundi_mapping * next | ||
| } | list | |
| int | options | |
| int | tech | |
| char * | weightstr | |
Definition at line 302 of file pbx_dundi.c.
| int _weight | 
Definition at line 305 of file pbx_dundi.c.
Referenced by build_mapping().
| char dcontext[AST_MAX_EXTENSION] | 
Definition at line 303 of file pbx_dundi.c.
Referenced by build_mapping(), dundi_answer_query(), dundi_precache_full(), dundi_prop_precache(), and dundi_show_mappings().
| int dead | 
Definition at line 309 of file pbx_dundi.c.
Referenced by build_mapping(), mark_mappings(), and prune_mappings().
| char dest[512] | 
Definition at line 310 of file pbx_dundi.c.
Referenced by build_mapping(), dundi_lookup_local(), and dundi_show_mappings().
| char lcontext[AST_MAX_EXTENSION] | 
Definition at line 304 of file pbx_dundi.c.
Referenced by build_mapping(), dundi_lookup_local(), dundi_precache_full(), and dundi_show_mappings().
| struct { ... } list | 
| struct dundi_mapping* next | 
Definition at line 311 of file pbx_dundi.c.
Referenced by dundi_answer_query(), and dundi_prop_precache().
| int options | 
Definition at line 307 of file pbx_dundi.c.
Referenced by build_mapping(), dundi_lookup_local(), and dundi_show_mappings().
| int tech | 
Definition at line 308 of file pbx_dundi.c.
Referenced by build_mapping(), cache_lookup_internal(), dundi_lookup_local(), and dundi_show_mappings().
| char* weightstr | 
Definition at line 306 of file pbx_dundi.c.
Referenced by build_mapping(), and destroy_map().