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 1295 of file chan_sip.c.
char event[0] |
Definition at line 1297 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 |
Definition at line 1296 of file chan_sip.c.