Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ee521aa378 | |||
| c106209130 |
@@ -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"`
|
||||
@@ -82,6 +84,7 @@ type CallStat struct {
|
||||
UtsDuration int
|
||||
UtsEntries int
|
||||
Status string
|
||||
SubStatus string
|
||||
FirstLanguageId int
|
||||
LastLanguageId int
|
||||
FirstInterpreter string
|
||||
|
||||
Reference in New Issue
Block a user