Sun Oct 16 2011 08:43:14

Asterisk developer's documentation


enum_context Struct Reference

#include <enum.h>

Collaboration diagram for enum_context:

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

Field Documentation

int count

used as counter for RRs

Definition at line 49 of file enum.h.

Referenced by enum_callback(), and ast_get_enum().

char* dst

Destination part of URL from ENUM

Definition at line 41 of file enum.h.

Referenced by enum_callback(), and ast_get_enum().

int dstlen

Length

Definition at line 42 of file enum.h.

Referenced by enum_callback(), and ast_get_enum().

array of parsed NAPTR RRs

Definition at line 51 of file enum.h.

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

Size of array naptr_rrs

Definition at line 52 of file enum.h.

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

char* naptrinput

The number to lookup

Definition at line 47 of file enum.h.

Referenced by enum_callback(), and ast_get_enum().

int options

options , see ENUMLOOKUP_OPTIONS_* defined above

Definition at line 50 of file enum.h.

Referenced by enum_callback(), and ast_get_enum().

int position

specifies position of required RR

Definition at line 48 of file enum.h.

Referenced by ast_get_enum().

char* tech

Technology (from URL scheme)

Definition at line 43 of file enum.h.

Referenced by enum_callback(), and ast_get_enum().

int techlen

Length

Definition at line 44 of file enum.h.

Referenced by enum_callback(), and ast_get_enum().

char* txt

TXT record in TXT lookup

Definition at line 45 of file enum.h.

int txtlen

Length

Definition at line 46 of file enum.h.


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