mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
mod_sofia: add failed call statistics to gateways (MODENDP-238)
This commit is contained in:
@@ -402,6 +402,8 @@ struct sofia_gateway {
|
||||
switch_event_t *ob_vars;
|
||||
uint32_t ib_calls;
|
||||
uint32_t ob_calls;
|
||||
uint32_t ib_failed_calls;
|
||||
uint32_t ob_failed_calls;
|
||||
char uuid_str[SWITCH_UUID_FORMATTED_LENGTH + 1];
|
||||
int failures;
|
||||
struct sofia_gateway *next;
|
||||
|
||||
Reference in New Issue
Block a user