|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|
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. | |
Structure which contains information about a transport.
Definition at line 335 of file res_pjsip.h.
| 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().
| 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().
| 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().
| 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().
| 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().