tp/tutorial2 .csv samples for Rating part

This commit is contained in:
DanB
2019-03-10 19:43:09 +01:00
parent e184c0bf1f
commit 91cf068475
7 changed files with 50 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
#ID,DestinationsID,RatesID,RoundingMethod,RoundingDecimals,MaxCost,MaxCostStrategy
DR_10_120C,DST_10,RT_120C,*up,4,,
DR_10_60C,DST_10,RT_60C,*up,4,,
DR_2030_120C,DST_2030,RT_120C,*up,4,,
DR_20_60C,DST_20,RT_60C,*up,4,,
DR_VOICEMAIL_FREE,DST_VOICEMAIL,RT_0,*up,4,,
DR_1002_60C,DST_1002,RT_60C,*up,4,,
DR_ANY_1024_1,*any,RT_1024_1,*up,4,,
DR_1002_10C1,DST_1002,RT_10C1,*up,4,,
DR_10_20C1,DST_10,RT_20C1,*up,4,,
1 #ID DestinationsID RatesID RoundingMethod RoundingDecimals MaxCost MaxCostStrategy
2 DR_10_120C DST_10 RT_120C *up 4
3 DR_10_60C DST_10 RT_60C *up 4
4 DR_2030_120C DST_2030 RT_120C *up 4
5 DR_20_60C DST_20 RT_60C *up 4
6 DR_VOICEMAIL_FREE DST_VOICEMAIL RT_0 *up 4
7 DR_1002_60C DST_1002 RT_60C *up 4
8 DR_ANY_1024_1 *any RT_1024_1 *up 4
9 DR_1002_10C1 DST_1002 RT_10C1 *up 4
10 DR_10_20C1 DST_10 RT_20C1 *up 4