Asterisk - The Open Source Telephony Project GIT-master-b023714
Loading...
Searching...
No Matches
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.
 
pj_str_t local_address
 Local address for transport.
 
int local_port
 Local port for transport.
 
pjsip_transport * transport
 Potential pointer to the transport itself, if UDP.
 
enum ast_transport type
 Type of transport.
 

Detailed Description

Structure which contains information about a transport.

Definition at line 335 of file res_pjsip.h.

Field Documentation

◆ factory

pjsip_tpfactory* factory

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

Definition at line 341 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 343 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 345 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 339 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 337 of file res_pjsip.h.

Referenced by ast_sip_set_request_transport_details(), and find_transport_state_in_use().


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