Asterisk - The Open Source Telephony Project
18.5.0
|
Structure for registration response. More...
Data Fields | |
struct sip_outbound_registration_client_state * | client_state |
Outbound registration client state. More... | |
int | code |
Response code for the registration attempt. More... | |
int | expiration |
Expiration time for registration. More... | |
pjsip_tx_data * | old_request |
Request for which the response was received. More... | |
pjsip_rx_data * | rdata |
The response message. More... | |
int | retry_after |
Retry-After value. More... | |
Structure for registration response.
Definition at line 832 of file res_pjsip_outbound_registration.c.
struct sip_outbound_registration_client_state* client_state |
Outbound registration client state.
Definition at line 840 of file res_pjsip_outbound_registration.c.
Referenced by handle_registration_response(), registration_response_destroy(), save_response_fields_to_transport(), schedule_retry(), and sip_outbound_registration_response_cb().
int code |
Response code for the registration attempt.
Definition at line 834 of file res_pjsip_outbound_registration.c.
Referenced by handle_registration_response(), ErrorResponse::load(), schedule_retry(), and sip_outbound_registration_response_cb().
int expiration |
Expiration time for registration.
Definition at line 836 of file res_pjsip_outbound_registration.c.
Referenced by handle_registration_response(), and sip_outbound_registration_response_cb().
pjsip_tx_data* old_request |
Request for which the response was received.
Definition at line 844 of file res_pjsip_outbound_registration.c.
Referenced by handle_registration_response(), registration_response_destroy(), and sip_outbound_registration_response_cb().
pjsip_rx_data* rdata |
The response message.
Definition at line 842 of file res_pjsip_outbound_registration.c.
Referenced by handle_registration_response(), registration_response_destroy(), save_response_fields_to_transport(), schedule_retry(), and sip_outbound_registration_response_cb().
int retry_after |
Retry-After value.
Definition at line 838 of file res_pjsip_outbound_registration.c.
Referenced by handle_registration_response(), and sip_outbound_registration_response_cb().