Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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... | |
An item in the history.
Definition at line 59 of file res_pjsip_history.c.
pj_sockaddr dst |
Destination address.
Definition at line 69 of file res_pjsip_history.c.
pjsip_msg* msg |
The actual SIP message.
Definition at line 73 of file res_pjsip_history.c.
Referenced by pjsip_history_entry_alloc().
int number |
Packet number.
Definition at line 61 of file res_pjsip_history.c.
pj_pool_t* pool |
Memory pool used to allocate msg
.
Definition at line 71 of file res_pjsip_history.c.
pj_sockaddr src |
Source address.
Definition at line 67 of file res_pjsip_history.c.
struct timeval timestamp |
Time the packet was transmitted/received.
Definition at line 65 of file res_pjsip_history.c.
int transmitted |
Whether or not we transmitted the packet.
Definition at line 63 of file res_pjsip_history.c.