Asterisk - The Open Source Telephony Project  21.4.1
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 337 of file res_pjsip.h.


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