Added conv start/end to call stats

This commit is contained in:
Frederick Holland 2025-09-18 10:05:14 +10:00
parent c106209130
commit ee521aa378

View File

@ -67,6 +67,8 @@ type CallStat struct {
ClientId int `gorm:"index"`
CustomerDnis string
CustomerAni string
ConversationStart time.Time `gorm:"index"`
ConversationEnd time.Time `gorm:"index"`
SearchStartTime *time.Time
P1ConnectTime time.Time `gorm:"index"`
P1DisconnectTime time.Time `gorm:"index"`