Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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... | |
char | transport_key [IP6ADDR_COLON_PORT_BUFLEN] |
Key for the reliable transport in use. More... | |
Structure for registration response.
Definition at line 1015 of file res_pjsip_outbound_registration.c.
struct sip_outbound_registration_client_state* client_state |
Outbound registration client state.
Definition at line 1023 of file res_pjsip_outbound_registration.c.
Referenced by handle_registration_response(), registration_response_destroy(), save_response_fields_to_transport(), schedule_retry(), sip_outbound_registration_is_temporal(), and sip_outbound_registration_response_cb().
int code |
Response code for the registration attempt.
Definition at line 1017 of file res_pjsip_outbound_registration.c.
Referenced by handle_registration_response(), ErrorResponse::load(), schedule_retry(), sip_outbound_registration_is_temporal(), and sip_outbound_registration_response_cb().
int expiration |
Expiration time for registration.
Definition at line 1019 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 1027 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 1025 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 1021 of file res_pjsip_outbound_registration.c.
Referenced by handle_registration_response(), and sip_outbound_registration_response_cb().
char transport_key[IP6ADDR_COLON_PORT_BUFLEN] |
Key for the reliable transport in use.
Definition at line 1029 of file res_pjsip_outbound_registration.c.
Referenced by handle_registration_response(), and sip_outbound_registration_response_cb().