Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 446 of file res_pjsip_outbound_registration.c.
struct sip_outbound_registration_client_state* client_state |
Client state information.
Definition at line 450 of file res_pjsip_outbound_registration.c.
struct sip_outbound_registration* registration |
Outbound registration configuration object.
Definition at line 448 of file res_pjsip_outbound_registration.c.
Referenced by cli_print_body(), registration_state_cmp(), registration_state_hash(), sip_outbound_registration_regc_alloc(), and sip_outbound_registration_state_alloc().