Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
iax2_registry Struct Reference
Collaboration diagram for iax2_registry:
Collaboration graph
[legend]

Data Fields

struct ast_sockaddr addr
 
int callno
 
struct ast_dnsmgr_entrydnsmgr
 
struct {
   struct iax2_registry *   next
 
entry
 
int expire
 
char hostname []
 
int messages
 
int port
 
int refresh
 
enum iax_reg_state regstate
 
char secret [80]
 
struct ast_sockaddr us
 
char username [80]
 

Detailed Description

Definition at line 685 of file chan_iax2.c.

Field Documentation

◆ addr

struct ast_sockaddr addr

◆ callno

int callno

Associated call number if applicable

Definition at line 693 of file chan_iax2.c.

Referenced by delete_users(), handle_cli_iax2_show_channels(), iax2_do_register(), and pvt_destructor().

◆ dnsmgr

struct ast_dnsmgr_entry* dnsmgr

◆ 

struct { ... } entry

◆ expire

int expire

Sched ID of expiration

Definition at line 689 of file chan_iax2.c.

Referenced by __iax2_do_register_s(), delete_users(), iax2_ack_registry(), iax2_append_register(), and iax2_do_register().

◆ hostname

char hostname[]

Definition at line 698 of file chan_iax2.c.

Referenced by __iax2_do_register_s(), and iax2_append_register().

◆ messages

int messages

Message count, low 8 bits = new, high 8 bits = old

Definition at line 692 of file chan_iax2.c.

Referenced by iax2_ack_registry().

◆ next

struct iax2_registry* next

Definition at line 696 of file chan_iax2.c.

◆ port

int port

◆ refresh

int refresh

◆ regstate

enum iax_reg_state regstate

◆ secret

char secret[80]

Password or key name in []'s

Definition at line 688 of file chan_iax2.c.

Referenced by iax2_append_register(), iax2_register(), registry_rerequest(), and Registration::write().

◆ us

struct ast_sockaddr us

Who the server thinks we are

Definition at line 694 of file chan_iax2.c.

Referenced by __attempt_transmit(), handle_cli_iax2_show_registry(), iax2_ack_registry(), and manager_iax2_show_registry().

◆ username

char username[80]

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