sip_history: Structure for saving transactions within a SIP dialog More...

Data Fields | |
| char | event [0] |
| struct { | |
| struct sip_history * next | |
| } | list |
sip_history: Structure for saving transactions within a SIP dialog
Definition at line 974 of file chan_sip.c.
| char event[0] |
Definition at line 976 of file chan_sip.c.
Referenced by append_history_va(), handle_request_info(), sip_dump_history(), and sip_show_history().
| struct { ... } list |
struct sip_history* next [read] |
Definition at line 975 of file chan_sip.c.
1.6.1