Sun Oct 16 2011 08:43:14

Asterisk developer's documentation


iax2_registry Struct Reference
Collaboration diagram for iax2_registry:

Data Fields

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

Field Documentation

Who we connect to for registration purposes

Definition at line 598 of file chan_iax2.c.

Referenced by handle_cli_iax2_show_registry(), manager_iax2_show_registry(), iax2_ack_registry(), iax2_append_register(), registry_rerequest(), and iax2_do_register().

int callno

Associated call number if applicable

Definition at line 605 of file chan_iax2.c.

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

struct { ... } entry
int expire

Sched ID of expiration

Definition at line 601 of file chan_iax2.c.

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

int messages

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

Definition at line 604 of file chan_iax2.c.

Referenced by iax2_ack_registry().

Definition at line 608 of file chan_iax2.c.

char secret[80]

Password or key name in []'s

Definition at line 600 of file chan_iax2.c.

Referenced by iax2_append_register(), and registry_rerequest().

struct sockaddr_in us

Who the server thinks we are

Definition at line 606 of file chan_iax2.c.

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


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