add ring_wait callstate for devstate interface

This commit is contained in:
Anthony Minessale
2013-10-30 14:08:27 -05:00
parent 386807f19d
commit 4783af2ee2
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
@@ -1116,6 +1116,7 @@ typedef enum {
CCS_EARLY,
CCS_ACTIVE,
CCS_HELD,
CCS_RING_WAIT,
CCS_HANGUP,
CCS_UNHOLD
} switch_channel_callstate_t;