mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 22:58:44 +05:00
25 lines
841 B
JSON
25 lines
841 B
JSON
{
|
|
|
|
"diameter_agent": {
|
|
"request_processors": [
|
|
|
|
{
|
|
"id": "dryrun1",
|
|
"filters": ["*string:*vars.*cmd:CCR", "*string:*req.Service-Context-Id:TestDiamItDryRun"],
|
|
"flags": ["*dryrun"],
|
|
"request_fields":[
|
|
{"tag": "TOR", "field_id": "ToR", "type": "*constant", "value": "*sms"},
|
|
{"tag": "OriginID", "field_id": "OriginID", "type": "*composed",
|
|
"value": "~*req.Session-Id", "mandatory": true},
|
|
{"tag": "RequestType", "field_id": "RequestType", "type": "*constant", "value": "*prepaid"},
|
|
{"tag": "SetupTime", "field_id": "SetupTime", "type": "*composed", "value": "~*req.Event-Timestamp", "mandatory": true},
|
|
],
|
|
"reply_fields":[
|
|
{"tag": "CCATemplate", "type": "*template", "value": "*cca"},
|
|
{"tag": "ResultCode", "field_id": "Result-Code", "type": "*constant", "value": "2002"},
|
|
],
|
|
},
|
|
],
|
|
},
|
|
|
|
} |