Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
enum_naptr_rr Struct Reference

#include <enum.h>

Collaboration diagram for enum_naptr_rr:
Collaboration graph
[legend]

Data Fields

struct naptr naptr
 
char * result
 
int sort_pos
 
char * tech
 

Detailed Description

Definition at line 35 of file enum.h.

Field Documentation

◆ naptr

struct naptr naptr

order and preference of RR

Definition at line 36 of file enum.h.

◆ result

char* result

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

Definition at line 37 of file enum.h.

Referenced by enum_result_read(), and erds_destroy().

◆ sort_pos

int sort_pos

sort position

Definition at line 39 of file enum.h.

Referenced by enum_result_read().

◆ tech

char* tech

Technology (from URL scheme)

Definition at line 38 of file enum.h.

Referenced by enum_result_read(), and erds_destroy().


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