Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
registration_response Struct Reference

Structure for registration response. More...

Collaboration diagram for registration_response:
Collaboration graph
[legend]

Data Fields

struct sip_outbound_registration_client_stateclient_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...
 

Detailed Description

Structure for registration response.

Definition at line 1029 of file res_pjsip_outbound_registration.c.

Field Documentation

◆ client_state

◆ code

int code

◆ expiration

int expiration

Expiration time for registration.

Definition at line 1033 of file res_pjsip_outbound_registration.c.

Referenced by handle_registration_response(), and sip_outbound_registration_response_cb().

◆ old_request

pjsip_tx_data* old_request

Request for which the response was received.

Definition at line 1041 of file res_pjsip_outbound_registration.c.

Referenced by handle_registration_response(), registration_response_destroy(), and sip_outbound_registration_response_cb().

◆ rdata

pjsip_rx_data* rdata

◆ retry_after

int retry_after

Retry-After value.

Definition at line 1035 of file res_pjsip_outbound_registration.c.

Referenced by handle_registration_response(), and sip_outbound_registration_response_cb().

◆ transport_key

char transport_key[IP6ADDR_COLON_PORT_BUFLEN]

Key for the reliable transport in use.

Definition at line 1043 of file res_pjsip_outbound_registration.c.

Referenced by handle_registration_response(), and sip_outbound_registration_response_cb().


The documentation for this struct was generated from the following file: