Compare commits

..

1 Commits

Author SHA1 Message Date
c106209130 Added sub-status to callstats 2025-09-11 14:05:25 +10:00

View File

@@ -82,6 +82,7 @@ type CallStat struct {
UtsDuration int
UtsEntries int
Status string
SubStatus string
FirstLanguageId int
LastLanguageId int
FirstInterpreter string