Added sub-status to callstats

This commit is contained in:
Frederick Holland 2025-09-11 14:05:25 +10:00
parent 4c6eed2e47
commit c106209130

View File

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