
Data Fields | |
| int | _weight |
| char | dcontext [AST_MAX_EXTENSION] |
| int | dead |
| char | dest [AST_MAX_EXTENSION] |
| char | lcontext [AST_MAX_EXTENSION] |
| struct { | |
| struct dundi_mapping * next | |
| } | list |
| int | options |
| int | tech |
| char * | weightstr |
Definition at line 205 of file pbx_dundi.c.
| int _weight |
Definition at line 208 of file pbx_dundi.c.
Referenced by build_mapping(), and get_mapping_weight().
| char dcontext[AST_MAX_EXTENSION] |
Definition at line 206 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 212 of file pbx_dundi.c.
Referenced by build_mapping(), mark_mappings(), and prune_mappings().
| char dest[AST_MAX_EXTENSION] |
Definition at line 213 of file pbx_dundi.c.
Referenced by build_mapping(), dundi_lookup_local(), and dundi_show_mappings().
| char lcontext[AST_MAX_EXTENSION] |
Definition at line 207 of file pbx_dundi.c.
Referenced by build_mapping(), dundi_lookup_local(), dundi_precache_full(), and dundi_show_mappings().
| struct { ... } list |
Referenced by dundi_answer_query(), and dundi_prop_precache().
struct dundi_mapping* next [read] |
Definition at line 214 of file pbx_dundi.c.
Referenced by dundi_answer_query(), and dundi_prop_precache().
| int options |
Definition at line 210 of file pbx_dundi.c.
Referenced by build_mapping(), dundi_lookup_local(), and dundi_show_mappings().
| int tech |
Definition at line 211 of file pbx_dundi.c.
Referenced by build_mapping(), dundi_lookup_local(), and dundi_show_mappings().
| char* weightstr |
Definition at line 209 of file pbx_dundi.c.
Referenced by build_mapping(), destroy_map(), and get_mapping_weight().
1.6.1