Send separator for RSRParser as parameter in config

This commit is contained in:
TeoV
2018-11-23 09:01:17 -05:00
committed by Dan Christian Bogos
parent d8977ffeba
commit 26cea43e4f
22 changed files with 86 additions and 113 deletions

View File

@@ -15,7 +15,7 @@
{"tag": "OptionalField", "field_id":"OptionalField", "type":"*composed",
"value":"~*req.Inexistent", "mandatory":false},
{"tag": "OriginID", "field_id": "OriginID", "type": "*composed",
"value": "~*req.Session-Id", "mandatory": true},
"value": "~*req.Session-Id:s/(\\d+);(\\d+)$/$1;$2/", "mandatory": true},
{"tag": "RequestType", "field_id": "RequestType",
"type": "*constant", "value": "*prepaid"},
{"tag": "SetupTime", "field_id": "SetupTime", "type": "*composed",