Asterisk - The Open Source Telephony Project
21.4.1
|
Structure for registration response. More...
Data Fields | |
struct sip_outbound_registration_client_state * | client_state |
Outbound registration client state. | |
int | code |
Response code for the registration attempt. | |
int | expiration |
Expiration time for registration. | |
pjsip_tx_data * | old_request |
Request for which the response was received. | |
pjsip_rx_data * | rdata |
The response message. | |
int | retry_after |
Retry-After value. | |
char | transport_key [IP6ADDR_COLON_PORT_BUFLEN] |
Key for the reliable transport in use. | |
Structure for registration response.
Definition at line 1015 of file res_pjsip_outbound_registration.c.