Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
enum_context Struct Reference

#include <enum.h>

Collaboration diagram for enum_context:
Collaboration graph
[legend]

Data Fields

int count
 
char * dst
 
int dstlen
 
struct enum_naptr_rrnaptr_rrs
 
int naptr_rrs_count
 
char * naptrinput
 
int options
 
int position
 
char * tech
 
int techlen
 
char * txt
 
int txtlen
 

Detailed Description

Definition at line 40 of file enum.h.

Field Documentation

◆ count

int count

used as counter for RRs

Definition at line 49 of file enum.h.

Referenced by ast_get_enum(), and enum_callback().

◆ dst

char* dst

Destination part of URL from ENUM

Definition at line 41 of file enum.h.

Referenced by ast_get_enum(), and enum_callback().

◆ dstlen

int dstlen

Length

Definition at line 42 of file enum.h.

Referenced by ast_get_enum(), and enum_callback().

◆ naptr_rrs

struct enum_naptr_rr* naptr_rrs

array of parsed NAPTR RRs

Definition at line 51 of file enum.h.

Referenced by ast_get_enum(), enum_callback(), enum_result_read(), and erds_destroy().

◆ naptr_rrs_count

int naptr_rrs_count

Size of array naptr_rrs

Definition at line 52 of file enum.h.

Referenced by ast_get_enum(), enum_callback(), enum_result_read(), and erds_destroy().

◆ naptrinput

char* naptrinput

The number to lookup

Definition at line 47 of file enum.h.

Referenced by ast_get_enum(), and enum_callback().

◆ options

int options

options , see ENUMLOOKUP_OPTIONS_* defined above

Definition at line 50 of file enum.h.

Referenced by ast_get_enum(), and enum_callback().

◆ position

int position

specifies position of required RR

Definition at line 48 of file enum.h.

Referenced by ast_get_enum().

◆ tech

char* tech

Technology (from URL scheme)

Definition at line 43 of file enum.h.

Referenced by ast_get_enum(), and enum_callback().

◆ techlen

int techlen

Length

Definition at line 44 of file enum.h.

Referenced by ast_get_enum(), and enum_callback().

◆ txt

char* txt

TXT record in TXT lookup

Definition at line 45 of file enum.h.

◆ txtlen

int txtlen

Length

Definition at line 46 of file enum.h.


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