mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Add digit and verbose flags for cgr-tester
This commit is contained in:
committed by
Dan Christian Bogos
parent
c2c65c0b87
commit
13506235ae
48
data/conf/samples/cgr_tester/cgrates.json
Normal file
48
data/conf/samples/cgr_tester/cgrates.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
// Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments
|
||||
// Copyright (C) ITsysCOM GmbH
|
||||
|
||||
"general": {
|
||||
"log_level": 7
|
||||
},
|
||||
|
||||
"stor_db": {
|
||||
"db_password": "CGRateS.org"
|
||||
},
|
||||
|
||||
"schedulers": {
|
||||
"enabled": true
|
||||
},
|
||||
|
||||
"rals": {
|
||||
"enabled": true
|
||||
},
|
||||
|
||||
"cdrs": {
|
||||
"enabled": true,
|
||||
"chargers_conns": ["*internal"],
|
||||
"rals_conns": ["*internal"]
|
||||
},
|
||||
|
||||
"chargers": {
|
||||
"enabled": true,
|
||||
"attributes_conns": ["*internal"]
|
||||
},
|
||||
|
||||
"sessions": {
|
||||
"enabled": true,
|
||||
"rals_conns": ["*internal"],
|
||||
"cdrs_conns": ["*internal"],
|
||||
"chargers_conns": ["*internal"]
|
||||
},
|
||||
|
||||
"attributes": {
|
||||
"enabled": true
|
||||
},
|
||||
|
||||
"apiers": {
|
||||
"enabled": true,
|
||||
"scheduler_conns": ["*internal"]
|
||||
}
|
||||
}
|
||||
|
||||
2
data/tariffplans/cgr_tester/AccountActions.csv
Normal file
2
data/tariffplans/cgr_tester/AccountActions.csv
Normal file
@@ -0,0 +1,2 @@
|
||||
#Tenant,Account,ActionPlanId,ActionTriggersId,AllowNegative,Disabled
|
||||
cgrates.org,*any,AP_PACKAGE_10,,,
|
||||
|
2
data/tariffplans/cgr_tester/ActionPlans.csv
Normal file
2
data/tariffplans/cgr_tester/ActionPlans.csv
Normal file
@@ -0,0 +1,2 @@
|
||||
#Id,ActionsId,TimingId,Weight
|
||||
AP_PACKAGE_10,ACT_TOPUP_RST_10,*asap,10
|
||||
|
3
data/tariffplans/cgr_tester/Actions.csv
Normal file
3
data/tariffplans/cgr_tester/Actions.csv
Normal file
@@ -0,0 +1,3 @@
|
||||
#ActionsId[0],Action[1],ExtraParameters[2],Filter[3],BalanceId[4],BalanceType[5],Categories[6],DestinationIds[7],RatingSubject[8],SharedGroup[9],ExpiryTime[10],TimingIds[11],Units[12],BalanceWeight[13],BalanceBlocker[14],BalanceDisabled[15],Weight[16]
|
||||
ACT_TOPUP_RST_10,*topup_reset,,,test,*monetary,,*any,,,*unlimited,,10,10,false,false,10
|
||||
ACT_LOG_WARNING,*log,,,,,,,,,,,,,false,false,10
|
||||
|
3
data/tariffplans/cgr_tester/Chargers.csv
Normal file
3
data/tariffplans/cgr_tester/Chargers.csv
Normal file
@@ -0,0 +1,3 @@
|
||||
#Tenant,ID,FilterIDs,ActivationInterval,RunID,AttributeIDs,Weight
|
||||
cgrates.org,DEFAULT,,,*default,*none,0
|
||||
cgrates.org,Raw,,,*raw,*constant:*req.RequestType:*none,0
|
||||
|
2
data/tariffplans/cgr_tester/DestinationRates.csv
Normal file
2
data/tariffplans/cgr_tester/DestinationRates.csv
Normal file
@@ -0,0 +1,2 @@
|
||||
#Id,DestinationId,RatesTag,RoundingMethod,RoundingDecimals,MaxCost,MaxCostStrategy
|
||||
DR_ANY_20CNT,*any,RT_20CNT,*up,4,0,
|
||||
|
2
data/tariffplans/cgr_tester/Rates.csv
Normal file
2
data/tariffplans/cgr_tester/Rates.csv
Normal file
@@ -0,0 +1,2 @@
|
||||
#Id,ConnectFee,Rate,RateUnit,RateIncrement,GroupIntervalStart
|
||||
RT_20CNT,0,1,1s,1s,0s
|
||||
|
2
data/tariffplans/cgr_tester/RatingPlans.csv
Normal file
2
data/tariffplans/cgr_tester/RatingPlans.csv
Normal file
@@ -0,0 +1,2 @@
|
||||
#Id,DestinationRatesId,TimingTag,Weight
|
||||
RP_ANY,DR_ANY_20CNT,*any,10
|
||||
|
2
data/tariffplans/cgr_tester/RatingProfiles.csv
Normal file
2
data/tariffplans/cgr_tester/RatingProfiles.csv
Normal file
@@ -0,0 +1,2 @@
|
||||
#Tenant,Category,Subject,ActivationTime,RatingPlanId,RatesFallbackSubject
|
||||
cgrates.org,call,*any,2014-01-14T00:00:00Z,RP_ANY,
|
||||
|
Reference in New Issue
Block a user