FreeSWITCH API Documentation
1.7.0
|
#include <switch_types.h>
Data Fields | |
int64_t | start |
int64_t | stop |
struct error_period * | next |
Definition at line 619 of file switch_types.h.
struct error_period* error_period::next |
Definition at line 622 of file switch_types.h.
Referenced by check_jitter(), switch_ivr_set_json_call_stats(), and switch_ivr_set_xml_call_stats().
int64_t error_period::start |
Definition at line 620 of file switch_types.h.
Referenced by check_jitter(), switch_ivr_set_json_call_stats(), and switch_ivr_set_xml_call_stats().
int64_t error_period::stop |
Definition at line 621 of file switch_types.h.
Referenced by check_jitter(), switch_ivr_set_json_call_stats(), and switch_ivr_set_xml_call_stats().