|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|
An item in the history. More...
Data Fields | |
| pj_sockaddr | dst |
| Destination address. | |
| pjsip_msg * | msg |
| The actual SIP message. | |
| int | number |
| Packet number. | |
| pj_pool_t * | pool |
Memory pool used to allocate msg. | |
| pj_sockaddr | src |
| Source address. | |
| struct timeval | timestamp |
| Time the packet was transmitted/received. | |
| int | transmitted |
| Whether or not we transmitted the packet. | |
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().