mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
18 lines
813 B
JSON
18 lines
813 B
JSON
[
|
|
{"Id":"seara","SmsCredit":100,"ReceivedCallsSecondsLimit": 100,
|
|
"RecivedCallBonus" : {"Credit": 100},
|
|
"MinuteBuckets":
|
|
[{"Seconds":10,"Priority":10,"Price":0.01,"DestinationId":"nationale"}, {"Seconds":100,"Priority":20,"Price":0,"DestinationId":"retea"}],
|
|
"VolumeDiscountThresholds":
|
|
[{"Volume": 100, "Discount": 10},{"Volume": 500, "Discount": 15},{"Volume": 1000, "Discount": 20}]
|
|
},
|
|
{"Id":"dimineata","SmsCredit":100,"ReceivedCallsSecondsLimit": 100,
|
|
"RecivedCallBonus" : {"Credit": 100},
|
|
"MinuteBuckets":
|
|
[{"Seconds":100,"Priority":10,"Price":0.01,"DestinationId":"nationale"}, {"Seconds":1000,"Priority":20,"Price":0,"DestinationId":"retea"}],
|
|
"VolumeDiscountThresholds":
|
|
[{"Volume": 100, "Discount": 10},{"Volume": 500, "Discount": 15},{"Volume": 1000, "Discount": 20}]
|
|
}
|
|
]
|
|
|