CDR with EventCost instead of CallCost as CostDetails

This commit is contained in:
DanB
2018-04-27 11:56:46 +02:00
parent 039e69c8e6
commit cb7d471fd0
8 changed files with 46 additions and 50 deletions

View File

@@ -123,7 +123,7 @@ type SMCost struct {
OriginID string
CostSource string
Usage time.Duration
CostDetails *CallCost
CostDetails *EventCost
}
type AttrCDRSStoreSMCost struct {