Adding tutorial2 Account related data

This commit is contained in:
DanB
2019-03-25 19:36:17 +01:00
parent 96a1f598ad
commit b28daeea30
11 changed files with 29 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
#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]
TOPUP_RST_MONETARY_10,*topup_reset,,,*default,*monetary,,,,,,,10,10,,,10
TOPUP_RST_5M_VOICE,*topup_reset,,,,*voice,,DST_10,RPF_SPECIAL_BLC,,,,5m,30,,,10
TOPUP_RST_10M_VOICE,*topup_reset,,,,*voice,,DST_10,*zero1m,,,,10m,20,,,10
TOPUP_RST_100_SMS,*topup_reset,,,,*sms,,DST_50,,,,,100,20,,,10
TOPUP_RST_1024_DATA,*topup_reset,,,,*data,,,,,,,1024,20,,,10
LOG_WARNING,*log,,,,,,,,,,,,,,,10
DISABLE_ACCOUNT,*disable_account,,,,,,,,,,,,,,,10
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 TOPUP_RST_MONETARY_10 *topup_reset *default *monetary 10 10 10
3 TOPUP_RST_5M_VOICE *topup_reset *voice DST_10 RPF_SPECIAL_BLC 5m 30 10
4 TOPUP_RST_10M_VOICE *topup_reset *voice DST_10 *zero1m 10m 20 10
5 TOPUP_RST_100_SMS *topup_reset *sms DST_50 100 20 10
6 TOPUP_RST_1024_DATA *topup_reset *data 1024 20 10
7 LOG_WARNING *log 10
8 DISABLE_ACCOUNT *disable_account 10