![]() |
Home page |
Mailing list |
Docs
Asterisk developer's documentation :: Codename Pineapple
iax2_registry Struct Reference
Collaboration diagram for iax2_registry:
Definition at line 430 of file chan_iax2.c.
Data Fields | |
| sockaddr_in | addr |
| int | callno |
| ast_dnsmgr_entry * | dnsmgr |
| int | expire |
| int | messages |
| char | random [80] |
| int | refresh |
| enum iax_reg_state | regstate |
| char | secret [80] |
| sockaddr_in | us |
| char | username [80] |
|
|
Who we connect to for registration purposes Definition at line 431 of file chan_iax2.c. Referenced by iax2_ack_registry(), iax2_do_register(), iax2_show_registry(), and registry_rerequest(). |
|
|
Associated call number if applicable Definition at line 439 of file chan_iax2.c. Referenced by delete_users(), iax2_destroy(), and iax2_do_register(). |
|
|
DNS refresh manager Definition at line 441 of file chan_iax2.c. Referenced by delete_users(), iax2_do_register(), and iax2_show_registry(). |
|
|
Sched ID of expiration Definition at line 435 of file chan_iax2.c. Referenced by __iax2_do_register_s(), delete_users(), iax2_ack_registry(), and iax2_do_register(). |
|
|
Message count, low 8 bits = new, high 8 bits = old Definition at line 438 of file chan_iax2.c. Referenced by iax2_ack_registry(). |
|
|
Definition at line 434 of file chan_iax2.c. |
|
|
How often to refresh Definition at line 436 of file chan_iax2.c. Referenced by __attempt_transmit(), iax2_ack_registry(), iax2_do_register(), iax2_show_registry(), and registry_rerequest(). |
|
|
Definition at line 437 of file chan_iax2.c. Referenced by __attempt_transmit(), iax2_ack_registry(), iax2_do_register(), iax2_show_registry(), and registry_rerequest(). |
|
|
Password or key name in []'s Definition at line 433 of file chan_iax2.c. Referenced by registry_rerequest(). |
|
|
Who the server thinks we are Definition at line 440 of file chan_iax2.c. Referenced by __attempt_transmit(), iax2_ack_registry(), and iax2_show_registry(). |
|
|
Definition at line 432 of file chan_iax2.c. Referenced by iax2_do_register(), iax2_show_registry(), and registry_rerequest(). |