Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
dundi_mapping Struct Reference
Collaboration diagram for dundi_mapping:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 291 of file pbx_dundi.c.

Field Documentation

◆ _weight

int _weight

Definition at line 294 of file pbx_dundi.c.

Referenced by build_mapping(), and get_mapping_weight().

◆ dcontext

char dcontext[AST_MAX_EXTENSION]

◆ dead

int dead

Definition at line 298 of file pbx_dundi.c.

Referenced by build_mapping(), mark_mappings(), and prune_mappings().

◆ dest

char dest[512]

Definition at line 299 of file pbx_dundi.c.

Referenced by build_mapping(), dundi_lookup_local(), and dundi_show_mappings().

◆ lcontext

char lcontext[AST_MAX_EXTENSION]

◆ list

struct { ... } list

◆ next

struct dundi_mapping* next

Definition at line 300 of file pbx_dundi.c.

Referenced by dundi_answer_query(), and dundi_prop_precache().

◆ options

int options

Definition at line 296 of file pbx_dundi.c.

Referenced by build_mapping(), dundi_lookup_local(), and dundi_show_mappings().

◆ tech

int tech

◆ weightstr

char* weightstr

Definition at line 295 of file pbx_dundi.c.

Referenced by build_mapping(), destroy_map(), and get_mapping_weight().


The documentation for this struct was generated from the following file: