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

An item in the history. More...

Data Fields

pj_sockaddr dst
 Destination address. More...
 
pjsip_msg * msg
 The actual SIP message. More...
 
int number
 Packet number. More...
 
pj_pool_t * pool
 Memory pool used to allocate msg. More...
 
pj_sockaddr src
 Source address. More...
 
struct timeval timestamp
 Time the packet was transmitted/received. More...
 
int transmitted
 Whether or not we transmitted the packet. More...
 

Detailed Description

An item in the history.

Definition at line 59 of file res_pjsip_history.c.

Field Documentation

◆ dst

pj_sockaddr dst

Destination address.

Definition at line 69 of file res_pjsip_history.c.

◆ msg

pjsip_msg* msg

The actual SIP message.

Definition at line 73 of file res_pjsip_history.c.

Referenced by pjsip_history_entry_alloc().

◆ number

int number

Packet number.

Definition at line 61 of file res_pjsip_history.c.

◆ pool

pj_pool_t* pool

Memory pool used to allocate msg.

Definition at line 71 of file res_pjsip_history.c.

◆ src

pj_sockaddr src

Source address.

Definition at line 67 of file res_pjsip_history.c.

◆ timestamp

struct timeval timestamp

Time the packet was transmitted/received.

Definition at line 65 of file res_pjsip_history.c.

◆ transmitted

int transmitted

Whether or not we transmitted the packet.

Definition at line 63 of file res_pjsip_history.c.


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