Files

29 lines
551 B
JSON

{
// CGRateS Configuration file
// Used in multifile configuration tests
// Should be the third file loaded
"http_agent": [
{
"id": "conecto_xml",
"url": "/conecto_xml",
"sessions_conns": ["*localhost"],
"request_payload": "*xml",
"reply_payload": "*xml",
"request_processors": [
{
"id": "cdr_from_xml",
"tenant": "cgrates.org",
"flags": ["*cdrs"],
"request_fields":[
{"tag": "ToR", "path": "ToR", "type": "*constant",
"value": "*data", "mandatory": true},
],
"reply_fields":[],
}
],
},
],
}