mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 18:46:24 +05:00
29 lines
551 B
JSON
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":[],
|
|
}
|
|
],
|
|
},
|
|
],
|
|
|
|
|
|
} |