Sun Oct 16 2011 08:43:14

Asterisk developer's documentation


enum_naptr_rr Struct Reference

#include <enum.h>

Collaboration diagram for enum_naptr_rr:

Data Fields

struct naptr naptr
char * result
int sort_pos
char * tech

Field Documentation

struct naptr naptr

order and preference of RR

Definition at line 34 of file enum.h.

Referenced by enum_callback(), and ast_get_enum().

char* result

result of naptr parsing,e.g.: tel:+5553

Definition at line 35 of file enum.h.

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

int sort_pos

sort position

Definition at line 37 of file enum.h.

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

char* tech

Technology (from URL scheme)

Definition at line 36 of file enum.h.

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


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