Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f4223e873 | |||
| faca742f5f | |||
| 3823096f4c |
@@ -19,6 +19,7 @@ type BaseCall struct {
|
|||||||
IvrData *int
|
IvrData *int
|
||||||
UtsEntries int
|
UtsEntries int
|
||||||
InterpreterCount int
|
InterpreterCount int
|
||||||
|
Status string
|
||||||
}
|
}
|
||||||
|
|
||||||
func (BaseCall) TableName() string {
|
func (BaseCall) TableName() string {
|
||||||
@@ -66,6 +67,7 @@ type CallStat struct {
|
|||||||
ClientId int `gorm:"index"`
|
ClientId int `gorm:"index"`
|
||||||
CustomerDnis string
|
CustomerDnis string
|
||||||
CustomerAni string
|
CustomerAni string
|
||||||
|
SearchStartTime *time.Time
|
||||||
P1ConnectTime time.Time `gorm:"index"`
|
P1ConnectTime time.Time `gorm:"index"`
|
||||||
P1DisconnectTime time.Time `gorm:"index"`
|
P1DisconnectTime time.Time `gorm:"index"`
|
||||||
BookingRequestNumber *int `gorm:"index"`
|
BookingRequestNumber *int `gorm:"index"`
|
||||||
|
|||||||
Reference in New Issue
Block a user