FreeSWITCH API Documentation
1.7.0
|
#include <switch_core.h>
Data Fields | |
switch_time_t | on |
switch_time_t | off |
char * | uuid |
struct switch_hold_record_s * | next |
Definition at line 72 of file switch_core.h.
struct switch_hold_record_s* switch_hold_record_s::next |
Definition at line 76 of file switch_core.h.
Referenced by process_device_hup(), switch_channel_set_flag_value(), switch_channel_set_timestamps(), and switch_ivr_generate_xml_cdr().
switch_time_t switch_hold_record_s::off |
Definition at line 74 of file switch_core.h.
Referenced by process_device_hup(), and switch_channel_set_timestamps().
switch_time_t switch_hold_record_s::on |
Definition at line 73 of file switch_core.h.
Referenced by process_device_hup(), switch_channel_set_flag_value(), and switch_channel_set_timestamps().
char* switch_hold_record_s::uuid |
Definition at line 75 of file switch_core.h.
Referenced by process_device_hup(), and switch_channel_set_flag_value().