mod_sofia: add failed call statistics to gateways (MODENDP-238)

This commit is contained in:
Michael Jerris
2010-04-26 04:14:57 -04:00
parent da195caa67
commit 5be0640fdd
3 changed files with 120 additions and 3 deletions
+2
View File
@@ -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;