Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
transport_info_data Struct Reference

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...
 

Detailed Description

Transport information stored in transport_info datastore.

Definition at line 30 of file chan_pjsip.h.

Field Documentation

◆ local_addr

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().

◆ remote_addr

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().


The documentation for this struct was generated from the following file: