mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 08:08:45 +05:00
18 lines
336 B
JSON
18 lines
336 B
JSON
{
|
|
|
|
"diameter_agent": {
|
|
"request_processors": [
|
|
{
|
|
"id": "dryrun1",
|
|
"filters": ["*string:~*vars.QueryType:NAPTR", "*string:~*vars.E164Address:4986517174963"],
|
|
"flags": ["*dryrun"],
|
|
"request_fields":[
|
|
{"tag": "TOR", "field_id": "ToR", "type": "*constant", "value": "*sms"},
|
|
],
|
|
"reply_fields":[
|
|
],
|
|
},
|
|
],
|
|
},
|
|
|
|
} |