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