FreeSWITCH API Documentation  1.7.0
Data Fields
device_uuid_node_s Struct Reference

#include <switch_core.h>

+ Collaboration diagram for device_uuid_node_s:

Data Fields

char * uuid
 
switch_xml_t xml_cdr
 
switch_event_tevent
 
switch_channel_callstate_t callstate
 
switch_hold_record_thold_record
 
switch_caller_profile_thup_profile
 
switch_call_direction_t direction
 
struct switch_device_record_sparent
 
struct device_uuid_node_snext
 

Detailed Description

Definition at line 79 of file switch_core.h.

Field Documentation

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
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
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().


The documentation for this struct was generated from the following file: