|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|

Data Fields | ||
| struct ast_sockaddr | addr | |
| int | callno | |
| struct ast_dnsmgr_entry * | dnsmgr | |
| 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] | |
Definition at line 709 of file chan_iax2.c.
| struct ast_sockaddr addr |
Who we connect to for registration purposes
Definition at line 710 of file chan_iax2.c.
Referenced by __iax2_do_register_s(), handle_cli_iax2_show_channels(), handle_cli_iax2_show_registry(), iax2_ack_registry(), iax2_append_register(), iax2_do_register(), manager_iax2_show_registry(), and registry_rerequest().
| int callno |
Associated call number if applicable
Definition at line 717 of file chan_iax2.c.
Referenced by delete_users(), iax2_do_register(), and pvt_destructor().
| struct ast_dnsmgr_entry* dnsmgr |
DNS refresh manager
Definition at line 719 of file chan_iax2.c.
Referenced by __iax2_do_register_s(), delete_users(), handle_cli_iax2_show_registry(), iax2_append_register(), iax2_do_register(), and manager_iax2_show_registry().
| struct { ... } entry |
| int expire |
Sched ID of expiration
Definition at line 713 of file chan_iax2.c.
Referenced by __iax2_do_register_s(), delete_users(), iax2_ack_registry(), iax2_append_register(), and iax2_do_register().
| char hostname[] |
Definition at line 722 of file chan_iax2.c.
Referenced by __iax2_do_register_s(), and iax2_append_register().
| int messages |
Message count, low 8 bits = new, high 8 bits = old
Definition at line 716 of file chan_iax2.c.
Referenced by iax2_ack_registry().
| struct iax2_registry* next |
Definition at line 720 of file chan_iax2.c.
| int port |
Definition at line 721 of file chan_iax2.c.
Referenced by __iax2_do_register_s(), iax2_append_register(), and iax2_do_register().
| int refresh |
How often to refresh
Definition at line 714 of file chan_iax2.c.
Referenced by __attempt_transmit(), handle_cli_iax2_show_registry(), iax2_ack_registry(), iax2_append_register(), iax2_do_register(), manager_iax2_show_registry(), and registry_rerequest().
| enum iax_reg_state regstate |
Definition at line 715 of file chan_iax2.c.
Referenced by __attempt_transmit(), handle_cli_iax2_show_registry(), iax2_ack_registry(), iax2_do_register(), manager_iax2_show_registry(), registry_rerequest(), and socket_process_helper().
| char secret[80] |
Password or key name in []'s
Definition at line 712 of file chan_iax2.c.
Referenced by iax2_append_register(), iax2_register(), and registry_rerequest().
| struct ast_sockaddr us |
Who the server thinks we are
Definition at line 718 of file chan_iax2.c.
Referenced by __attempt_transmit(), handle_cli_iax2_show_registry(), iax2_ack_registry(), and manager_iax2_show_registry().
| char username[80] |
Definition at line 711 of file chan_iax2.c.
Referenced by handle_cli_iax2_show_channels(), handle_cli_iax2_show_registry(), iax2_ack_registry(), iax2_append_register(), iax2_do_register(), iax2_register(), manager_iax2_show_registry(), registry_rerequest(), and socket_process_helper().