mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 08:08:45 +05:00
Changed Weights from float64 to DynamicWeights for Resources and Chargers
This commit is contained in:
committed by
Dan Christian Bogos
parent
74700402f2
commit
fad736e5a6
@@ -1,8 +1,8 @@
|
||||
# Tenant,ID,FilterIDs,Weight,RunID,AttributeIDs
|
||||
# Tenant,ID,FilterIDs,Weights,RunID,AttributeIDs
|
||||
|
||||
# CGR_DEFAULT is the default charger for events
|
||||
cgrates.org,CGR_DEFAULT,,0,*default,*none
|
||||
cgrates.org,CGR_DEFAULT,,;0,*default,*none
|
||||
|
||||
# CGR_RESELLER1 creates an additional CDR for calculating reseller costs
|
||||
# uses ATTR_CRG_RESELLER1 to replace Category and RequestType in events
|
||||
cgrates.org,CRG_RESELLER1,,1,reseller1,ATTR_CRG_RESELLER1
|
||||
cgrates.org,CRG_RESELLER1,,;1,reseller1,ATTR_CRG_RESELLER1
|
||||
|
||||
|
Reference in New Issue
Block a user