FreeSWITCH API Documentation  1.7.0
Data Fields
switch_device_stats_s Struct Reference

#include <switch_core.h>

+ Collaboration diagram for switch_device_stats_s:

Data Fields

uint32_t total
 
uint32_t total_in
 
uint32_t total_out
 
uint32_t offhook
 
uint32_t offhook_in
 
uint32_t offhook_out
 
uint32_t active
 
uint32_t active_in
 
uint32_t active_out
 
uint32_t held
 
uint32_t held_in
 
uint32_t held_out
 
uint32_t unheld
 
uint32_t unheld_in
 
uint32_t unheld_out
 
uint32_t hup
 
uint32_t hup_in
 
uint32_t hup_out
 
uint32_t ringing
 
uint32_t ringing_in
 
uint32_t ringing_out
 
uint32_t early
 
uint32_t early_in
 
uint32_t early_out
 
uint32_t ring_wait
 

Detailed Description

Definition at line 91 of file switch_core.h.

Field Documentation

uint32_t switch_device_stats_s::active

Definition at line 98 of file switch_core.h.

Referenced by fetch_device_stats(), and switch_channel_check_device_state().

uint32_t switch_device_stats_s::active_in

Definition at line 99 of file switch_core.h.

Referenced by fetch_device_stats().

uint32_t switch_device_stats_s::active_out

Definition at line 100 of file switch_core.h.

Referenced by fetch_device_stats().

uint32_t switch_device_stats_s::early

Definition at line 113 of file switch_core.h.

Referenced by fetch_device_stats(), and switch_channel_check_device_state().

uint32_t switch_device_stats_s::early_in

Definition at line 114 of file switch_core.h.

Referenced by fetch_device_stats().

uint32_t switch_device_stats_s::early_out

Definition at line 115 of file switch_core.h.

Referenced by fetch_device_stats(), and switch_channel_check_device_state().

uint32_t switch_device_stats_s::held

Definition at line 101 of file switch_core.h.

Referenced by fetch_device_stats(), and switch_channel_check_device_state().

uint32_t switch_device_stats_s::held_in

Definition at line 102 of file switch_core.h.

Referenced by fetch_device_stats().

uint32_t switch_device_stats_s::held_out

Definition at line 103 of file switch_core.h.

Referenced by fetch_device_stats().

uint32_t switch_device_stats_s::hup

Definition at line 107 of file switch_core.h.

Referenced by fetch_device_stats(), and switch_channel_check_device_state().

uint32_t switch_device_stats_s::hup_in

Definition at line 108 of file switch_core.h.

Referenced by fetch_device_stats().

uint32_t switch_device_stats_s::hup_out

Definition at line 109 of file switch_core.h.

Referenced by fetch_device_stats().

uint32_t switch_device_stats_s::offhook
uint32_t switch_device_stats_s::offhook_in

Definition at line 96 of file switch_core.h.

Referenced by fetch_device_stats().

uint32_t switch_device_stats_s::offhook_out

Definition at line 97 of file switch_core.h.

Referenced by fetch_device_stats().

uint32_t switch_device_stats_s::ring_wait

Definition at line 116 of file switch_core.h.

Referenced by fetch_device_stats(), and switch_channel_check_device_state().

uint32_t switch_device_stats_s::ringing

Definition at line 110 of file switch_core.h.

Referenced by fetch_device_stats(), and switch_channel_check_device_state().

uint32_t switch_device_stats_s::ringing_in

Definition at line 111 of file switch_core.h.

Referenced by fetch_device_stats().

uint32_t switch_device_stats_s::ringing_out

Definition at line 112 of file switch_core.h.

Referenced by fetch_device_stats(), and switch_channel_check_device_state().

uint32_t switch_device_stats_s::total

Definition at line 92 of file switch_core.h.

Referenced by fetch_device_stats(), and switch_channel_check_device_state().

uint32_t switch_device_stats_s::total_in

Definition at line 93 of file switch_core.h.

Referenced by fetch_device_stats().

uint32_t switch_device_stats_s::total_out

Definition at line 94 of file switch_core.h.

Referenced by fetch_device_stats().

uint32_t switch_device_stats_s::unheld

Definition at line 104 of file switch_core.h.

Referenced by fetch_device_stats(), and switch_channel_check_device_state().

uint32_t switch_device_stats_s::unheld_in

Definition at line 105 of file switch_core.h.

Referenced by fetch_device_stats().

uint32_t switch_device_stats_s::unheld_out

Definition at line 106 of file switch_core.h.

Referenced by fetch_device_stats().


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