add ring_wait callstate for devstate interface

This commit is contained in:
Anthony Minessale
2013-10-30 14:08:27 -05:00
parent c32bd46853
commit e2e8a57d9d
3 changed files with 32 additions and 11 deletions
+1
View File
@@ -109,6 +109,7 @@ typedef struct switch_device_stats_s {
uint32_t early;
uint32_t early_in;
uint32_t early_out;
uint32_t ring_wait;
} switch_device_stats_t;
+1
View File
@@ -1140,6 +1140,7 @@ typedef enum {
CCS_EARLY,
CCS_ACTIVE,
CCS_HELD,
CCS_RING_WAIT,
CCS_HANGUP,
CCS_UNHOLD
} switch_channel_callstate_t;