Asterisk - The Open Source Telephony Project
18.5.0
|
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 291 of file pbx_dundi.c.
int _weight |
Definition at line 294 of file pbx_dundi.c.
Referenced by build_mapping(), and get_mapping_weight().
char dcontext[AST_MAX_EXTENSION] |
Definition at line 292 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 298 of file pbx_dundi.c.
Referenced by build_mapping(), mark_mappings(), and prune_mappings().
char dest[512] |
Definition at line 299 of file pbx_dundi.c.
Referenced by build_mapping(), dundi_lookup_local(), and dundi_show_mappings().
char lcontext[AST_MAX_EXTENSION] |
Definition at line 293 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 |
Definition at line 300 of file pbx_dundi.c.
Referenced by dundi_answer_query(), and dundi_prop_precache().
int options |
Definition at line 296 of file pbx_dundi.c.
Referenced by build_mapping(), dundi_lookup_local(), and dundi_show_mappings().
int tech |
Definition at line 297 of file pbx_dundi.c.
Referenced by build_mapping(), cache_lookup_internal(), dundi_lookup_local(), and dundi_show_mappings().
char* weightstr |
Definition at line 295 of file pbx_dundi.c.
Referenced by build_mapping(), destroy_map(), and get_mapping_weight().