FreeSWITCH API Documentation
1.7.0
|
#include <switch_core.h>
Definition at line 120 of file switch_core.h.
switch_time_t switch_device_record_s::active_start |
Definition at line 128 of file switch_core.h.
Referenced by switch_channel_check_device_state().
switch_time_t switch_device_record_s::active_stop |
Definition at line 129 of file switch_core.h.
Referenced by switch_channel_check_device_state().
switch_time_t switch_device_record_s::call_start |
Definition at line 135 of file switch_core.h.
Referenced by switch_channel_check_device_state().
char* switch_device_record_s::device_id |
Definition at line 121 of file switch_core.h.
Referenced by create_device_record(), process_device_hup(), switch_channel_check_device_state(), and switch_channel_set_device_id().
switch_time_t switch_device_record_s::hold_start |
Definition at line 133 of file switch_core.h.
Referenced by switch_channel_check_device_state().
switch_time_t switch_device_record_s::hold_stop |
Definition at line 134 of file switch_core.h.
Referenced by switch_channel_check_device_state().
switch_time_t switch_device_record_s::last_call_time |
Definition at line 130 of file switch_core.h.
Referenced by switch_channel_check_device_state().
switch_device_state_t switch_device_record_s::last_state |
Definition at line 127 of file switch_core.h.
Referenced by switch_channel_check_device_state().
switch_device_stats_t switch_device_record_s::last_stats |
Definition at line 125 of file switch_core.h.
Referenced by switch_channel_check_device_state().
switch_mutex_t* switch_device_record_s::mutex |
Definition at line 138 of file switch_core.h.
Referenced by create_device_record(), fetch_device_stats(), and switch_channel_check_device_state().
switch_memory_pool_t* switch_device_record_s::pool |
Definition at line 139 of file switch_core.h.
Referenced by add_uuid(), create_device_record(), and process_device_hup().
int switch_device_record_s::refs |
Definition at line 123 of file switch_core.h.
Referenced by add_uuid(), and process_device_hup().
switch_time_t switch_device_record_s::ring_start |
Definition at line 131 of file switch_core.h.
Referenced by switch_channel_check_device_state().
switch_time_t switch_device_record_s::ring_stop |
Definition at line 132 of file switch_core.h.
Referenced by switch_channel_check_device_state().
switch_device_state_t switch_device_record_s::state |
Definition at line 126 of file switch_core.h.
Referenced by switch_channel_check_device_state().
switch_device_stats_t switch_device_record_s::stats |
Definition at line 124 of file switch_core.h.
Referenced by fetch_device_stats(), process_device_hup(), and switch_channel_check_device_state().
void* switch_device_record_s::user_data |
Definition at line 140 of file switch_core.h.
char* switch_device_record_s::uuid |
Definition at line 122 of file switch_core.h.
Referenced by add_uuid().
struct device_uuid_node_s* switch_device_record_s::uuid_list |
Definition at line 136 of file switch_core.h.
Referenced by add_uuid(), fetch_device_stats(), and switch_channel_clear_device_record().
struct device_uuid_node_s* switch_device_record_s::uuid_tail |
Definition at line 137 of file switch_core.h.
Referenced by add_uuid().