Asterisk - The Open Source Telephony Project
18.5.0
|
Transport information stored in transport_info datastore. More...
#include <chan_pjsip.h>
Data Fields | |
pj_sockaddr | local_addr |
Our address that received the request. More... | |
pj_sockaddr | remote_addr |
The address that sent the request. More... | |
Transport information stored in transport_info datastore.
Definition at line 30 of file chan_pjsip.h.
pj_sockaddr local_addr |
Our address that received the request.
Definition at line 34 of file chan_pjsip.h.
Referenced by chan_pjsip_incoming_request(), and channel_read_pjsip().
pj_sockaddr remote_addr |
The address that sent the request.
Definition at line 32 of file chan_pjsip.h.
Referenced by chan_pjsip_incoming_request(), and channel_read_pjsip().