Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
ast_sip_request_transport_details Struct Reference

Structure which contains information about a transport. More...

#include <res_pjsip.h>

Data Fields

pjsip_tpfactory * factory
 Potential pointer to the transport factory itself, if TCP/TLS. More...
 
pj_str_t local_address
 Local address for transport. More...
 
int local_port
 Local port for transport. More...
 
pjsip_transport * transport
 Potential pointer to the transport itself, if UDP. More...
 
enum ast_transport type
 Type of transport. More...
 

Detailed Description

Structure which contains information about a transport.

Definition at line 337 of file res_pjsip.h.

Field Documentation

◆ factory

pjsip_tpfactory* factory

Potential pointer to the transport factory itself, if TCP/TLS.

Definition at line 343 of file res_pjsip.h.

Referenced by ast_sip_set_request_transport_details(), and find_transport_state_in_use().

◆ local_address

pj_str_t local_address

Local address for transport.

Definition at line 345 of file res_pjsip.h.

Referenced by ast_sip_set_request_transport_details(), and find_transport_state_in_use().

◆ local_port

int local_port

Local port for transport.

Definition at line 347 of file res_pjsip.h.

Referenced by ast_sip_set_request_transport_details(), and find_transport_state_in_use().

◆ transport

pjsip_transport* transport

Potential pointer to the transport itself, if UDP.

Definition at line 341 of file res_pjsip.h.

Referenced by ast_sip_set_request_transport_details(), and find_transport_state_in_use().

◆ type

enum ast_transport type

Type of transport.

Definition at line 339 of file res_pjsip.h.

Referenced by ast_sip_set_request_transport_details(), find_transport_state_in_use(), and Property::load().


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