Data Fields | |
char | dcontext [AST_MAX_EXTENSION] |
int | dead |
char | dest [AST_MAX_EXTENSION] |
char | lcontext [AST_MAX_EXTENSION] |
struct { | |
dundi_mapping * next | |
} | list |
int | options |
int | tech |
int | weight |
Definition at line 216 of file pbx_dundi.c.
char dcontext[AST_MAX_EXTENSION] |
Definition at line 217 of file pbx_dundi.c.
Referenced by dundi_answer_query(), and dundi_precache_full().
int dead |
Definition at line 222 of file pbx_dundi.c.
char dest[AST_MAX_EXTENSION] |
Definition at line 223 of file pbx_dundi.c.
char lcontext[AST_MAX_EXTENSION] |
struct { ... } list |
Referenced by build_mapping(), dundi_answer_query(), dundi_precache_internal(), dundi_show_mappings(), mark_mappings(), and prune_mappings().
struct dundi_mapping* next |
int options |
Definition at line 220 of file pbx_dundi.c.
int tech |
int weight |
Definition at line 219 of file pbx_dundi.c.