mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
FS-9503 #resolve [Add flaws and consecutive_flaws to error_log in rtp]
This commit is contained in:
@@ -621,6 +621,8 @@ typedef uint32_t switch_vad_flag_t;
|
||||
typedef struct error_period {
|
||||
int64_t start;
|
||||
int64_t stop;
|
||||
uint32_t flaws;
|
||||
uint32_t consecutive_flaws;
|
||||
struct error_period *next;
|
||||
} switch_error_period_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user