This commit is contained in:
Anthony Minessale
2013-06-10 19:13:05 -05:00
parent ab947f5bc5
commit e0dc4842ae
3 changed files with 30 additions and 11 deletions
+2
View File
@@ -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;
+1
View File
@@ -1115,6 +1115,7 @@ typedef enum {
typedef enum {
SDS_DOWN,
SDS_RINGING,
SDS_ACTIVE,
SDS_ACTIVE_MULTI,
SDS_HELD,