mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
66 lines
1.4 KiB
JSON
66 lines
1.4 KiB
JSON
|
|
{
|
|
|
|
"diameter_agent": {
|
|
"request_processors": [
|
|
{
|
|
"id": "simpa_event",
|
|
"filters": [
|
|
"*string:~*vars.*cmd:CCR",
|
|
"*string:~*req.CC-Request-Type:4",
|
|
"*prefix:~*req.Service-Context-Id:simpa"
|
|
],
|
|
"flags": ["*message", "*accounts", "*log"],
|
|
"request_fields":[
|
|
{
|
|
"tag": "ToR",
|
|
"path": "*cgreq.ToR",
|
|
"type": "*constant",
|
|
"value": "*generic"
|
|
},
|
|
{
|
|
"tag": "OriginID",
|
|
"path": "*cgreq.OriginID",
|
|
"type": "*variable",
|
|
"value": "~*req.Session-Id",
|
|
"mandatory": true
|
|
},
|
|
{
|
|
"tag": "RequestType",
|
|
"path": "*cgreq.RequestType",
|
|
"type": "*constant",
|
|
"value": "*prepaid"
|
|
},
|
|
{
|
|
"tag": "Category",
|
|
"path": "*cgreq.Category",
|
|
"type": "*constant",
|
|
"value": "generic"
|
|
},
|
|
{
|
|
"tag": "Account",
|
|
"path": "*cgreq.Account",
|
|
"type": "*variable",
|
|
"mandatory": true,
|
|
"value": "~*req.Subscription-Id.Subscription-Id-Data<~Subscription-Id-Type(0)>"
|
|
},
|
|
{
|
|
"tag": "AnswerTime",
|
|
"path": "*cgreq.AnswerTime",
|
|
"type": "*variable",
|
|
"value": "~*req.Event-Timestamp",
|
|
"mandatory": true
|
|
},
|
|
{
|
|
"tag": "Usage",
|
|
"path": "*cgreq.Usage",
|
|
"type": "*value_exponent",
|
|
"mandatory": true,
|
|
"value": "~*req.Requested-Service-Unit.CC-Money.Unit-Value.Value-Digits;~*req.Requested-Service-Unit.CC-Money.Unit-Value.Exponent"
|
|
},
|
|
],
|
|
},
|
|
],
|
|
},
|
|
|
|
} |