Asterisk - The Open Source Telephony Project  18.5.0
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...
 

Detailed Description

Structure for registration response.

Definition at line 832 of file res_pjsip_outbound_registration.c.

Field Documentation

◆ client_state

◆ code

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().

◆ expiration

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().

◆ old_request

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().

◆ rdata

pjsip_rx_data* rdata

◆ retry_after

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().


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