FreeSWITCH API Documentation
1.7.0
|
#include <switch_core.h>
Data Fields | |
char * | uuid |
switch_xml_t | xml_cdr |
switch_event_t * | event |
switch_channel_callstate_t | callstate |
switch_hold_record_t * | hold_record |
switch_caller_profile_t * | hup_profile |
switch_call_direction_t | direction |
struct switch_device_record_s * | parent |
struct device_uuid_node_s * | next |
Definition at line 79 of file switch_core.h.
switch_channel_callstate_t device_uuid_node_s::callstate |
Definition at line 83 of file switch_core.h.
Referenced by add_uuid(), and fetch_device_stats().
switch_call_direction_t device_uuid_node_s::direction |
Definition at line 86 of file switch_core.h.
Referenced by add_uuid(), and fetch_device_stats().
switch_event_t* device_uuid_node_s::event |
Definition at line 82 of file switch_core.h.
Referenced by process_device_hup(), and switch_channel_clear_device_record().
switch_hold_record_t* device_uuid_node_s::hold_record |
Definition at line 84 of file switch_core.h.
Referenced by process_device_hup().
switch_caller_profile_t* device_uuid_node_s::hup_profile |
Definition at line 85 of file switch_core.h.
Referenced by fetch_device_stats(), process_device_hup(), and switch_channel_clear_device_record().
struct device_uuid_node_s* device_uuid_node_s::next |
Definition at line 88 of file switch_core.h.
Referenced by add_uuid(), fetch_device_stats(), and switch_channel_clear_device_record().
struct switch_device_record_s* device_uuid_node_s::parent |
Definition at line 87 of file switch_core.h.
Referenced by add_uuid(), process_device_hup(), switch_channel_check_device_state(), and switch_channel_clear_device_record().
char* device_uuid_node_s::uuid |
Definition at line 80 of file switch_core.h.
Referenced by add_uuid().
switch_xml_t device_uuid_node_s::xml_cdr |
Definition at line 81 of file switch_core.h.
Referenced by process_device_hup(), and switch_channel_clear_device_record().