
Data Fields | |
| struct sockaddr_in | addr |
| int | callno |
| struct ast_dnsmgr_entry * | dnsmgr |
| 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] |
Definition at line 465 of file chan_iax2.c.
struct sockaddr_in addr [read] |
Who we connect to for registration purposes
Definition at line 466 of file chan_iax2.c.
Referenced by handle_cli_iax2_show_registry(), iax2_ack_registry(), iax2_append_register(), iax2_do_register(), and registry_rerequest().
| int callno |
Associated call number if applicable
Definition at line 473 of file chan_iax2.c.
Referenced by delete_users(), handle_cli_iax2_show_channels(), iax2_do_register(), and pvt_destructor().
struct ast_dnsmgr_entry* dnsmgr [read] |
DNS refresh manager
Definition at line 475 of file chan_iax2.c.
Referenced by delete_users(), handle_cli_iax2_show_registry(), iax2_append_register(), and iax2_do_register().
| struct { ... } entry |
| int expire |
Sched ID of expiration
Definition at line 469 of file chan_iax2.c.
Referenced by __iax2_do_register_s(), delete_users(), iax2_ack_registry(), iax2_append_register(), and iax2_do_register().
| int messages |
Message count, low 8 bits = new, high 8 bits = old
Definition at line 472 of file chan_iax2.c.
Referenced by iax2_ack_registry().
struct iax2_registry* next [read] |
Definition at line 476 of file chan_iax2.c.
| int refresh |
How often to refresh
Definition at line 470 of file chan_iax2.c.
Referenced by __attempt_transmit(), handle_cli_iax2_show_registry(), iax2_ack_registry(), iax2_append_register(), iax2_do_register(), and registry_rerequest().
| enum iax_reg_state regstate |
Definition at line 471 of file chan_iax2.c.
Referenced by __attempt_transmit(), handle_cli_iax2_show_registry(), iax2_ack_registry(), iax2_do_register(), and registry_rerequest().
| char secret[80] |
Password or key name in []'s
Definition at line 468 of file chan_iax2.c.
Referenced by iax2_append_register(), and registry_rerequest().
struct sockaddr_in us [read] |
Who the server thinks we are
Definition at line 474 of file chan_iax2.c.
Referenced by __attempt_transmit(), handle_cli_iax2_show_registry(), and iax2_ack_registry().
| char username[80] |
Definition at line 467 of file chan_iax2.c.
Referenced by handle_cli_iax2_show_registry(), iax2_append_register(), iax2_do_register(), and registry_rerequest().
1.6.1