|
Asterisk - The Open Source Telephony Project
18.5.0
|
Outbound registration state information (persists for lifetime that registration should exist) More...

Data Fields | |
| struct sip_outbound_registration_client_state * | client_state |
| Client state information. More... | |
| struct sip_outbound_registration * | registration |
| Outbound registration configuration object. More... | |
Outbound registration state information (persists for lifetime that registration should exist)
Definition at line 398 of file res_pjsip_outbound_registration.c.
| struct sip_outbound_registration_client_state* client_state |
Client state information.
Definition at line 402 of file res_pjsip_outbound_registration.c.
Referenced by ami_outbound_registration_task(), auth_observer(), cli_print_body(), line_identify_relationship(), queue_register(), queue_unregister(), registration_transport_shutdown_cb(), reregister_immediately_cb(), sip_outbound_registration_perform(), sip_outbound_registration_regc_alloc(), sip_outbound_registration_state_alloc(), sip_outbound_registration_state_destroy(), and unregister_task().
| struct sip_outbound_registration* registration |
Outbound registration configuration object.
Definition at line 400 of file res_pjsip_outbound_registration.c.
Referenced by check_state(), registration_state_cmp(), registration_state_hash(), sip_outbound_registration_perform(), sip_outbound_registration_regc_alloc(), sip_outbound_registration_state_alloc(), sip_outbound_registration_state_destroy(), and unregister_task().
1.8.13