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 725 of file chan_sip.c.
char event[0] |
Definition at line 727 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 726 of file chan_sip.c.