Data Fields | |
struct sockaddr_in | addr |
int | callno |
struct ast_dnsmgr_entry * | dnsmgr |
int | expire |
int | messages |
char | random [80] |
int | refresh |
enum iax_reg_state | regstate |
char | secret [80] |
struct sockaddr_in | us |
char | username [80] |
Definition at line 418 of file chan_iax2.c.
struct sockaddr_in addr [read] |
Who we connect to for registration purposes
Definition at line 419 of file chan_iax2.c.
Referenced by function_iaxpeer(), iax2_ack_registry(), iax2_do_register(), iax2_prov_app(), iax2_register(), iax2_show_channels(), iax2_show_registry(), iax2_start_transfer(), peer_set_srcaddr(), registry_rerequest(), and send_packet().
int callno |
Associated call number if applicable
Definition at line 427 of file chan_iax2.c.
Referenced by __attempt_transmit(), __auth_reject(), __auto_congest(), __auto_hangup(), __get_from_jb(), __iax2_poke_noanswer(), __send_lagrq(), __send_ping(), auth_reject(), authenticate_reply(), auto_hangup(), cache_get_callno_locked(), delete_users(), find_cache(), function_iaxpeer(), iax2_answer(), iax2_call(), iax2_do_register(), iax2_fixup(), iax2_hangup(), iax2_indicate(), iax2_poke_peer(), iax2_prov_app(), iax2_provision(), iax2_request(), iax2_show_channels(), iax2_transfer(), iax2_write(), pvt_destructor(), send_packet(), socket_process(), and socket_read().
struct ast_dnsmgr_entry* dnsmgr [read] |
DNS refresh manager
Definition at line 429 of file chan_iax2.c.
Referenced by delete_users(), iax2_do_register(), iax2_register(), and iax2_show_registry().
int expire |
Sched ID of expiration
Definition at line 423 of file chan_iax2.c.
Referenced by __iax2_do_register_s(), delete_users(), iax2_ack_registry(), iax2_do_register(), iax2_register(), and register_verify().
int messages |
Message count, low 8 bits = new, high 8 bits = old
Definition at line 426 of file chan_iax2.c.
Referenced by iax2_ack_registry().
char random[80] |
Definition at line 422 of file chan_iax2.c.
int refresh |
How often to refresh
Definition at line 424 of file chan_iax2.c.
Referenced by __attempt_transmit(), iax2_ack_registry(), iax2_do_register(), iax2_register(), iax2_show_registry(), and registry_rerequest().
enum iax_reg_state regstate |
Definition at line 425 of file chan_iax2.c.
Referenced by __attempt_transmit(), iax2_ack_registry(), iax2_do_register(), iax2_show_registry(), and registry_rerequest().
char secret[80] |
Password or key name in []'s
Definition at line 421 of file chan_iax2.c.
Referenced by authenticate_verify(), build_peer(), build_user(), cache_get_callno_locked(), check_access(), decrypt_frame(), iax2_call(), iax2_register(), register_verify(), registry_rerequest(), and set_config().
struct sockaddr_in us [read] |
Who the server thinks we are
Definition at line 428 of file chan_iax2.c.
Referenced by __attempt_transmit(), iax2_ack_registry(), and iax2_show_registry().
char username[80] |
Definition at line 420 of file chan_iax2.c.
Referenced by iax2_do_register(), iax2_register(), iax2_show_registry(), and registry_rerequest().