Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


enum_naptr_rr Struct Reference

#include <enum.h>

Data Fields

struct naptr naptr
 
char * result
 
int sort_pos
 
char * tech
 

Detailed Description

Definition at line 33 of file enum.h.

Field Documentation

struct naptr naptr

order and preference of RR

Definition at line 34 of file enum.h.

Referenced by ast_get_enum(), and enum_callback().

char* result

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

Definition at line 35 of file enum.h.

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

int sort_pos

sort position

Definition at line 37 of file enum.h.

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

char* tech

Technology (from URL scheme)

Definition at line 36 of file enum.h.

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


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