Add example tariffplans for did charging

This commit is contained in:
ionutboangiu
2021-10-25 13:34:30 +03:00
committed by Dan Christian Bogos
parent e7c83cc262
commit 40df906d62
4 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
#Tenant,Account,ActionPlanId,ActionTriggersId,AllowNegative,Disabled
cgrates.org,1001,AP_DID,,,
1 #Tenant Account ActionPlanId ActionTriggersId AllowNegative Disabled
2 cgrates.org 1001 AP_DID

View File

@@ -0,0 +1,2 @@
#Tag,ActionsTag,TimingTag,Weight
AP_DID,ACT_DID_CHARGING,MONTHLY,10
1 #Tag ActionsTag TimingTag Weight
2 AP_DID ACT_DID_CHARGING MONTHLY 10

View 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_DID_CHARGING,*debit,,,,*monetary,,,,,*unlimited,,10,10.0,,,10.0
ACT_DID_CHARGING,*cdrlog,,,,*monetary,,,,,*unlimited,,,10.0,,,10.0
1 #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]
2 ACT_DID_CHARGING *debit *monetary *unlimited 10 10.0 10.0
3 ACT_DID_CHARGING *cdrlog *monetary *unlimited 10.0 10.0

View File

@@ -0,0 +1,2 @@
#Tag,Years,Months,MonthDays,WeekDays,Time
MONTHLY,*any,*any,1,*any,08:00:00
1 #Tag Years Months MonthDays WeekDays Time
2 MONTHLY *any *any 1 *any 08:00:00