Asterisk - The Open Source Telephony Project
18.5.0
|
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.
Referenced by display_single_entry(), entry_get_addr(), history_on_rx_msg(), history_on_tx_msg(), and sprint_list_entry().
pjsip_msg* msg |
The actual SIP message.
Definition at line 73 of file res_pjsip_history.c.
Referenced by display_single_entry(), entry_get_sip_msg_call_id(), entry_get_sip_msg_request_method(), pjsip_history_entry_alloc(), and sprint_list_entry().
int number |
Packet number.
Definition at line 61 of file res_pjsip_history.c.
Referenced by display_single_entry(), entry_get_number(), pjsip_history_entry_alloc(), and sprint_list_entry().
pj_pool_t* pool |
Memory pool used to allocate msg
.
Definition at line 71 of file res_pjsip_history.c.
Referenced by pjsip_history_entry_alloc(), and pjsip_history_entry_dtor().
pj_sockaddr src |
Source address.
Definition at line 67 of file res_pjsip_history.c.
Referenced by display_single_entry(), entry_get_addr(), history_on_rx_msg(), history_on_tx_msg(), and sprint_list_entry().
struct timeval timestamp |
Time the packet was transmitted/received.
Definition at line 65 of file res_pjsip_history.c.
Referenced by display_single_entry(), entry_get_timestamp(), pjsip_history_entry_alloc(), and sprint_list_entry().
int transmitted |
Whether or not we transmitted the packet.
Definition at line 63 of file res_pjsip_history.c.
Referenced by display_single_entry(), entry_get_addr(), history_on_tx_msg(), and sprint_list_entry().