Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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... | |
Structure which contains information about a transport.
Definition at line 334 of file res_pjsip.h.
pjsip_tpfactory* factory |
Potential pointer to the transport factory itself, if TCP/TLS.
Definition at line 340 of file res_pjsip.h.
Referenced by ast_sip_set_request_transport_details(), and find_transport_state_in_use().
pj_str_t local_address |
Local address for transport.
Definition at line 342 of file res_pjsip.h.
Referenced by ast_sip_set_request_transport_details(), and find_transport_state_in_use().
int local_port |
Local port for transport.
Definition at line 344 of file res_pjsip.h.
Referenced by ast_sip_set_request_transport_details(), and find_transport_state_in_use().
pjsip_transport* transport |
Potential pointer to the transport itself, if UDP.
Definition at line 338 of file res_pjsip.h.
Referenced by ast_sip_set_request_transport_details(), and find_transport_state_in_use().
enum ast_transport type |
Type of transport.
Definition at line 336 of file res_pjsip.h.
Referenced by ast_sip_set_request_transport_details(), find_transport_state_in_use(), and Property::load().