|
RTS API Documentation
1.10.11
|
#include <switch_core.h>
Collaboration diagram for device_uuid_node_s: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 81 of file switch_core.h.
| switch_channel_callstate_t device_uuid_node_s::callstate |
Definition at line 85 of file switch_core.h.
Referenced by add_uuid(), fetch_device_stats(), and switch_channel_perform_set_callstate().
| switch_call_direction_t device_uuid_node_s::direction |
Definition at line 88 of file switch_core.h.
Referenced by add_uuid(), fetch_device_stats(), switch_channel_clear_flag(), and switch_channel_set_flag_value().
| switch_event_t* device_uuid_node_s::event |
Definition at line 84 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 86 of file switch_core.h.
Referenced by process_device_hup().
| switch_caller_profile_t* device_uuid_node_s::hup_profile |
Definition at line 87 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 90 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 89 of file switch_core.h.
Referenced by add_uuid(), process_device_hup(), switch_channel_check_device_state(), switch_channel_clear_device_record(), and switch_channel_get_device_record().
| char* device_uuid_node_s::uuid |
Definition at line 82 of file switch_core.h.
Referenced by add_uuid().
| switch_xml_t device_uuid_node_s::xml_cdr |
Definition at line 83 of file switch_core.h.
Referenced by process_device_hup(), and switch_channel_clear_device_record().
1.8.13