
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 |
| int _weight |
Definition at line 285 of file pbx_dundi.c.
Referenced by get_mapping_weight(), and build_mapping().
| char dcontext[AST_MAX_EXTENSION] |
Definition at line 283 of file pbx_dundi.c.
Referenced by dundi_prop_precache(), dundi_answer_query(), dundi_show_mappings(), dundi_precache_full(), and build_mapping().
| int dead |
Definition at line 289 of file pbx_dundi.c.
Referenced by mark_mappings(), prune_mappings(), and build_mapping().
| char dest[512] |
Definition at line 290 of file pbx_dundi.c.
Referenced by dundi_lookup_local(), dundi_show_mappings(), and build_mapping().
| char lcontext[AST_MAX_EXTENSION] |
Definition at line 284 of file pbx_dundi.c.
Referenced by dundi_lookup_local(), dundi_show_mappings(), dundi_precache_full(), and build_mapping().
| struct { ... } list |
Referenced by dundi_prop_precache(), and dundi_answer_query().
| struct dundi_mapping* next |
Definition at line 291 of file pbx_dundi.c.
Referenced by dundi_prop_precache(), and dundi_answer_query().
| int options |
Definition at line 287 of file pbx_dundi.c.
Referenced by dundi_lookup_local(), dundi_show_mappings(), and build_mapping().
| int tech |
Definition at line 288 of file pbx_dundi.c.
Referenced by dundi_lookup_local(), cache_lookup_internal(), dundi_show_mappings(), and build_mapping().
| char* weightstr |
Definition at line 286 of file pbx_dundi.c.
Referenced by get_mapping_weight(), destroy_map(), and build_mapping().