mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
FS-5498
This commit is contained in:
@@ -91,6 +91,8 @@ typedef struct switch_device_stats_s {
|
||||
uint32_t active;
|
||||
uint32_t held;
|
||||
uint32_t hup;
|
||||
uint32_t ringing;
|
||||
uint32_t early;
|
||||
} switch_device_stats_t;
|
||||
|
||||
|
||||
|
||||
@@ -1115,6 +1115,7 @@ typedef enum {
|
||||
|
||||
typedef enum {
|
||||
SDS_DOWN,
|
||||
SDS_RINGING,
|
||||
SDS_ACTIVE,
|
||||
SDS_ACTIVE_MULTI,
|
||||
SDS_HELD,
|
||||
|
||||
Reference in New Issue
Block a user