| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Transport information stored in transport_info datastore. More...
#include <chan_pjsip.h>
| Data Fields | |
| pj_sockaddr | local_addr | 
| Our address that received the request. | |
| pj_sockaddr | remote_addr | 
| The address that sent the request. | |
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().