mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-18 18:21:54 +00:00
add ring_wait callstate for devstate interface
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
@@ -1140,6 +1140,7 @@ typedef enum {
|
||||
CCS_EARLY,
|
||||
CCS_ACTIVE,
|
||||
CCS_HELD,
|
||||
CCS_RING_WAIT,
|
||||
CCS_HANGUP,
|
||||
CCS_UNHOLD
|
||||
} switch_channel_callstate_t;
|
||||
|
||||
Reference in New Issue
Block a user