mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 08:38:45 +05:00
Updated ers config
This commit is contained in:
committed by
Dan Christian Bogos
parent
aa9b715470
commit
7aeeeec50c
@@ -396,7 +396,7 @@
|
||||
"opts": {
|
||||
"dbName": "exportedDatabase", // if dbName is not present "cgrates" will be used as default
|
||||
"tableName": "expTable", // tableName is mandatory in opts for sql exporter
|
||||
"sslmode": "disable",
|
||||
"sslMode": "disable",
|
||||
"maxIdleConns": "10",
|
||||
"maxOpenConns": "100",
|
||||
"maxConnLifetime": "0",
|
||||
@@ -417,7 +417,7 @@
|
||||
"opts": {
|
||||
"dbName": "exportedDatabase",
|
||||
"tableName": "expTable",
|
||||
"sslmode": "disable",
|
||||
"sslMode": "disable",
|
||||
"maxIdleConns": "10",
|
||||
"maxOpenConns": "100",
|
||||
"maxConnLifetime": "0",
|
||||
|
||||
@@ -90,7 +90,9 @@
|
||||
{
|
||||
"id": "file_reader2",
|
||||
"run_delay": "-1",
|
||||
"field_separator": ";",
|
||||
"opts": {
|
||||
"csvFieldSeparator":";"
|
||||
},
|
||||
"type": "*file_csv",
|
||||
"source_path": "/tmp/ers2/in",
|
||||
"flags": ["*dryrun"],
|
||||
@@ -115,7 +117,6 @@
|
||||
{
|
||||
"id": "init_session",
|
||||
"run_delay": "-1",
|
||||
"field_separator": ",",
|
||||
"type": "*file_csv",
|
||||
"source_path": "/tmp/init_session/in",
|
||||
"flags": ["*initiate","*accounts","*resources","*attributes","*log"],
|
||||
@@ -137,7 +138,6 @@
|
||||
{
|
||||
"id": "terminate_session",
|
||||
"run_delay": "-1",
|
||||
"field_separator": ",",
|
||||
"type": "*file_csv",
|
||||
"source_path": "/tmp/terminate_session/in",
|
||||
"flags": ["*terminate","*accounts","*resources","*log"],
|
||||
@@ -152,7 +152,6 @@
|
||||
{
|
||||
"id": "create_cdr",
|
||||
"run_delay": "-1",
|
||||
"field_separator": ",",
|
||||
"type": "*file_csv",
|
||||
"source_path": "/tmp/cdrs/in",
|
||||
"flags": ["*cdrs","*log"],
|
||||
@@ -177,7 +176,9 @@
|
||||
"id": "file_reader_with_filters",
|
||||
"run_delay": "-1",
|
||||
"type": "*file_csv",
|
||||
"field_separator": ";",
|
||||
"opts": {
|
||||
"csvFieldSeparator":";"
|
||||
},
|
||||
"source_path": "/tmp/ers_with_filters/in",
|
||||
"processed_path": "/tmp/ers_with_filters/out",
|
||||
"flags": ["*cdrs","*log"],
|
||||
@@ -207,7 +208,9 @@
|
||||
"source_path": "/tmp/xmlErs/in",
|
||||
"flags": ["*cdrs","*log"],
|
||||
"processed_path": "/tmp/xmlErs/out",
|
||||
"xml_root_path": "broadWorksCDR.cdrData",
|
||||
"opts": {
|
||||
"xmlRootPath": "broadWorksCDR.cdrData",
|
||||
},
|
||||
"fields":[
|
||||
{"tag": "ToR", "path": "*cgreq.ToR", "type": "*constant", "value": "*voice", "mandatory": true},
|
||||
{"tag": "OriginID", "path": "*cgreq.OriginID", "type": "*variable", "value": "~*req.broadWorksCDR.cdrData.basicModule.localCallId", "mandatory": true},
|
||||
@@ -261,8 +264,10 @@
|
||||
"source_path": "/tmp/partErs1/in",
|
||||
"flags": ["*cdrs"],
|
||||
"processed_path": "/tmp/partErs1/out",
|
||||
"partial_record_cache": "500ms",
|
||||
"partial_cache_expiry_action": "*dump_to_file",
|
||||
"opts": {
|
||||
"csvRecordCacheTTL": "500ms",
|
||||
"csvCacheExpiryAction": "*dump_to_file",
|
||||
},
|
||||
"fields":[
|
||||
{"tag": "ToR", "path": "*cgreq.ToR", "type": "*constant", "value": "*voice", "mandatory": true},
|
||||
{"tag": "AccId1", "path": "*cgreq.OriginID", "type": "*composed", "value": "~*req.0"},
|
||||
@@ -302,8 +307,10 @@
|
||||
"source_path": "/tmp/partErs2/in",
|
||||
"processed_path": "/tmp/partErs2/out",
|
||||
"flags": ["*cdrs"],
|
||||
"partial_record_cache": "500ms",
|
||||
"partial_cache_expiry_action": "*post_cdr",
|
||||
"opts": {
|
||||
"csvRecordCacheTTL": "500ms",
|
||||
"csvCacheExpiryAction": "*post_cdr",
|
||||
},
|
||||
"fields":[
|
||||
{"tag": "ToR", "path": "*cgreq.ToR", "type": "*constant", "value": "*voice", "mandatory": true},
|
||||
{"tag": "AccId1", "path": "*cgreq.OriginID", "type": "*composed", "value": "~*req.0"},
|
||||
@@ -329,12 +336,14 @@
|
||||
"enabled": true,
|
||||
"run_delay": "-1",
|
||||
"type": "*flatstore",
|
||||
"field_separator": "|",
|
||||
"opts": {
|
||||
"fstFieldSeparator":"|",
|
||||
"fstFailedCallsPrefix": "missed_calls",
|
||||
"fstRecordCacheTTL": "500ms",
|
||||
},
|
||||
"source_path": "/tmp/flatstoreErs/in",
|
||||
"processed_path": "/tmp/flatstoreErs/out",
|
||||
"failed_calls_prefix": "missed_calls",
|
||||
"flags": ["*cdrs"],
|
||||
"partial_record_cache": "500ms",
|
||||
"fields":[
|
||||
{"tag": "Tor", "path": "*cgreq.ToR", "type": "*constant", "value": "*voice", "mandatory": true},
|
||||
{"tag": "OriginID", "path": "*cgreq.OriginID", "type": "*variable","value":"~*req.3;~*req.1;~*req.2", "mandatory": true},
|
||||
@@ -375,7 +384,6 @@
|
||||
{
|
||||
"id": "readerWithTemplate",
|
||||
"run_delay": "-1",
|
||||
"field_separator": ",",
|
||||
"type": "*file_csv",
|
||||
"source_path": "/tmp/readerWithTemplate/in",
|
||||
"flags": ["*cdrs","*log"],
|
||||
|
||||
@@ -91,7 +91,9 @@
|
||||
{
|
||||
"id": "file_reader2",
|
||||
"run_delay": "-1",
|
||||
"field_separator": ";",
|
||||
"opts": {
|
||||
"csvFieldSeparator":";"
|
||||
},
|
||||
"type": "*file_csv",
|
||||
"source_path": "/tmp/ers2/in",
|
||||
"flags": ["*dryrun"],
|
||||
@@ -116,7 +118,6 @@
|
||||
{
|
||||
"id": "init_session",
|
||||
"run_delay": "-1",
|
||||
"field_separator": ",",
|
||||
"type": "*file_csv",
|
||||
"source_path": "/tmp/init_session/in",
|
||||
"flags": ["*initiate","*accounts","*resources","*attributes","*log"],
|
||||
@@ -138,7 +139,6 @@
|
||||
{
|
||||
"id": "terminate_session",
|
||||
"run_delay": "-1",
|
||||
"field_separator": ",",
|
||||
"type": "*file_csv",
|
||||
"source_path": "/tmp/terminate_session/in",
|
||||
"flags": ["*terminate","*accounts","*resources","*log"],
|
||||
@@ -153,7 +153,6 @@
|
||||
{
|
||||
"id": "create_cdr",
|
||||
"run_delay": "-1",
|
||||
"field_separator": ",",
|
||||
"type": "*file_csv",
|
||||
"source_path": "/tmp/cdrs/in",
|
||||
"flags": ["*cdrs","*log"],
|
||||
@@ -178,7 +177,9 @@
|
||||
"id": "file_reader_with_filters",
|
||||
"run_delay": "-1",
|
||||
"type": "*file_csv",
|
||||
"field_separator": ";",
|
||||
"opts": {
|
||||
"csvFieldSeparator":";"
|
||||
},
|
||||
"source_path": "/tmp/ers_with_filters/in",
|
||||
"processed_path": "/tmp/ers_with_filters/out",
|
||||
"flags": ["*cdrs","*log"],
|
||||
@@ -208,7 +209,9 @@
|
||||
"source_path": "/tmp/xmlErs/in",
|
||||
"flags": ["*cdrs","*log"],
|
||||
"processed_path": "/tmp/xmlErs/out",
|
||||
"xml_root_path": "broadWorksCDR.cdrData",
|
||||
"opts": {
|
||||
"xmlRootPath": "broadWorksCDR.cdrData",
|
||||
},
|
||||
"fields":[
|
||||
{"tag": "ToR", "path": "*cgreq.ToR", "type": "*constant", "value": "*voice", "mandatory": true},
|
||||
{"tag": "OriginID", "path": "*cgreq.OriginID", "type": "*variable", "value": "~*req.broadWorksCDR.cdrData.basicModule.localCallId", "mandatory": true},
|
||||
@@ -262,8 +265,10 @@
|
||||
"source_path": "/tmp/partErs1/in",
|
||||
"flags": ["*cdrs"],
|
||||
"processed_path": "/tmp/partErs1/out",
|
||||
"partial_record_cache": "500ms",
|
||||
"partial_cache_expiry_action": "*dump_to_file",
|
||||
"opts": {
|
||||
"csvRecordCacheTTL": "500ms",
|
||||
"csvCacheExpiryAction": "*dump_to_file",
|
||||
},
|
||||
"fields":[
|
||||
{"tag": "ToR", "path": "*cgreq.ToR", "type": "*constant", "value": "*voice", "mandatory": true},
|
||||
{"tag": "AccId1", "path": "*cgreq.OriginID", "type": "*composed", "value": "~*req.0"},
|
||||
@@ -303,8 +308,10 @@
|
||||
"source_path": "/tmp/partErs2/in",
|
||||
"processed_path": "/tmp/partErs2/out",
|
||||
"flags": ["*cdrs"],
|
||||
"partial_record_cache": "500ms",
|
||||
"partial_cache_expiry_action": "*post_cdr",
|
||||
"opts": {
|
||||
"csvRecordCacheTTL": "500ms",
|
||||
"csvCacheExpiryAction": "*post_cdr",
|
||||
},
|
||||
"fields":[
|
||||
{"tag": "ToR", "path": "*cgreq.ToR", "type": "*constant", "value": "*voice", "mandatory": true},
|
||||
{"tag": "AccId1", "path": "*cgreq.OriginID", "type": "*composed", "value": "~*req.0"},
|
||||
@@ -330,12 +337,14 @@
|
||||
"enabled": true,
|
||||
"run_delay": "-1",
|
||||
"type": "*flatstore",
|
||||
"field_separator": "|",
|
||||
"opts": {
|
||||
"fstFieldSeparator":"|",
|
||||
"fstFailedCallsPrefix": "missed_calls",
|
||||
"fstRecordCacheTTL": "500ms",
|
||||
},
|
||||
"source_path": "/tmp/flatstoreErs/in",
|
||||
"processed_path": "/tmp/flatstoreErs/out",
|
||||
"failed_calls_prefix": "missed_calls",
|
||||
"flags": ["*cdrs"],
|
||||
"partial_record_cache": "500ms",
|
||||
"fields":[
|
||||
{"tag": "Tor", "path": "*cgreq.ToR", "type": "*constant", "value": "*voice", "mandatory": true},
|
||||
{"tag": "OriginID", "path": "*cgreq.OriginID", "type": "*variable","value":"~*req.3;~*req.1;~*req.2", "mandatory": true},
|
||||
@@ -376,7 +385,6 @@
|
||||
{
|
||||
"id": "readerWithTemplate",
|
||||
"run_delay": "-1",
|
||||
"field_separator": ",",
|
||||
"type": "*file_csv",
|
||||
"source_path": "/tmp/readerWithTemplate/in",
|
||||
"flags": ["*cdrs","*log"],
|
||||
|
||||
@@ -88,7 +88,9 @@
|
||||
{
|
||||
"id": "file_reader2",
|
||||
"run_delay": "-1",
|
||||
"field_separator": ";",
|
||||
"opts": {
|
||||
"csvFieldSeparator":";"
|
||||
},
|
||||
"type": "*file_csv",
|
||||
"source_path": "/tmp/ers2/in",
|
||||
"flags": ["*dryrun"],
|
||||
@@ -113,7 +115,6 @@
|
||||
{
|
||||
"id": "init_session",
|
||||
"run_delay": "-1",
|
||||
"field_separator": ",",
|
||||
"type": "*file_csv",
|
||||
"source_path": "/tmp/init_session/in",
|
||||
"flags": ["*initiate","*accounts","*resources","*attributes","*log"],
|
||||
@@ -135,7 +136,6 @@
|
||||
{
|
||||
"id": "terminate_session",
|
||||
"run_delay": "-1",
|
||||
"field_separator": ",",
|
||||
"type": "*file_csv",
|
||||
"source_path": "/tmp/terminate_session/in",
|
||||
"flags": ["*terminate","*accounts","*resources","*log"],
|
||||
@@ -150,7 +150,6 @@
|
||||
{
|
||||
"id": "create_cdr",
|
||||
"run_delay": "-1",
|
||||
"field_separator": ",",
|
||||
"type": "*file_csv",
|
||||
"source_path": "/tmp/cdrs/in",
|
||||
"flags": ["*cdrs","*log"],
|
||||
@@ -175,7 +174,9 @@
|
||||
"id": "file_reader_with_filters",
|
||||
"run_delay": "-1",
|
||||
"type": "*file_csv",
|
||||
"field_separator": ";",
|
||||
"opts": {
|
||||
"csvFieldSeparator":";"
|
||||
},
|
||||
"source_path": "/tmp/ers_with_filters/in",
|
||||
"processed_path": "/tmp/ers_with_filters/out",
|
||||
"flags": ["*cdrs","*log"],
|
||||
@@ -205,7 +206,9 @@
|
||||
"source_path": "/tmp/xmlErs/in",
|
||||
"flags": ["*cdrs","*log"],
|
||||
"processed_path": "/tmp/xmlErs/out",
|
||||
"xml_root_path": "broadWorksCDR.cdrData",
|
||||
"opts": {
|
||||
"xmlRootPath": "broadWorksCDR.cdrData",
|
||||
},
|
||||
"fields":[
|
||||
{"tag": "ToR", "path": "*cgreq.ToR", "type": "*constant", "value": "*voice", "mandatory": true},
|
||||
{"tag": "OriginID", "path": "*cgreq.OriginID", "type": "*variable", "value": "~*req.broadWorksCDR.cdrData.basicModule.localCallId", "mandatory": true},
|
||||
@@ -259,8 +262,10 @@
|
||||
"source_path": "/tmp/partErs1/in",
|
||||
"flags": ["*cdrs"],
|
||||
"processed_path": "/tmp/partErs1/out",
|
||||
"partial_record_cache": "500ms",
|
||||
"partial_cache_expiry_action": "*dump_to_file",
|
||||
"opts": {
|
||||
"csvRecordCacheTTL": "500ms",
|
||||
"csvCacheExpiryAction": "*dump_to_file",
|
||||
},
|
||||
"fields":[
|
||||
{"tag": "ToR", "path": "*cgreq.ToR", "type": "*constant", "value": "*voice", "mandatory": true},
|
||||
{"tag": "AccId1", "path": "*cgreq.OriginID", "type": "*composed", "value": "~*req.0"},
|
||||
@@ -300,8 +305,10 @@
|
||||
"source_path": "/tmp/partErs2/in",
|
||||
"processed_path": "/tmp/partErs2/out",
|
||||
"flags": ["*cdrs"],
|
||||
"partial_record_cache": "500ms",
|
||||
"partial_cache_expiry_action": "*post_cdr",
|
||||
"opts": {
|
||||
"csvRecordCacheTTL": "500ms",
|
||||
"csvCacheExpiryAction": "*post_cdr",
|
||||
},
|
||||
"fields":[
|
||||
{"tag": "ToR", "path": "*cgreq.ToR", "type": "*constant", "value": "*voice", "mandatory": true},
|
||||
{"tag": "AccId1", "path": "*cgreq.OriginID", "type": "*composed", "value": "~*req.0"},
|
||||
@@ -327,12 +334,14 @@
|
||||
"enabled": true,
|
||||
"run_delay": "-1",
|
||||
"type": "*flatstore",
|
||||
"field_separator": "|",
|
||||
"opts": {
|
||||
"fstFieldSeparator":"|",
|
||||
"fstFailedCallsPrefix": "missed_calls",
|
||||
"fstRecordCacheTTL": "500ms",
|
||||
},
|
||||
"source_path": "/tmp/flatstoreErs/in",
|
||||
"processed_path": "/tmp/flatstoreErs/out",
|
||||
"failed_calls_prefix": "missed_calls",
|
||||
"flags": ["*cdrs"],
|
||||
"partial_record_cache": "500ms",
|
||||
"fields":[
|
||||
{"tag": "Tor", "path": "*cgreq.ToR", "type": "*constant", "value": "*voice", "mandatory": true},
|
||||
{"tag": "OriginID", "path": "*cgreq.OriginID", "type": "*variable","value":"~*req.3;~*req.1;~*req.2", "mandatory": true},
|
||||
@@ -373,7 +382,6 @@
|
||||
{
|
||||
"id": "readerWithTemplate",
|
||||
"run_delay": "-1",
|
||||
"field_separator": ",",
|
||||
"type": "*file_csv",
|
||||
"source_path": "/tmp/readerWithTemplate/in",
|
||||
"flags": ["*cdrs","*log"],
|
||||
|
||||
@@ -85,7 +85,9 @@
|
||||
{
|
||||
"id": "file_reader2",
|
||||
"run_delay": "-1",
|
||||
"field_separator": ";",
|
||||
"opts": {
|
||||
"csvFieldSeparator":";"
|
||||
},
|
||||
"type": "*file_csv",
|
||||
"source_path": "/tmp/ers2/in",
|
||||
"flags": ["*dryrun"],
|
||||
@@ -110,7 +112,6 @@
|
||||
{
|
||||
"id": "init_session",
|
||||
"run_delay": "-1",
|
||||
"field_separator": ",",
|
||||
"type": "*file_csv",
|
||||
"source_path": "/tmp/init_session/in",
|
||||
"flags": ["*initiate","*accounts","*resources","*attributes","*log"],
|
||||
@@ -132,7 +133,6 @@
|
||||
{
|
||||
"id": "terminate_session",
|
||||
"run_delay": "-1",
|
||||
"field_separator": ",",
|
||||
"type": "*file_csv",
|
||||
"source_path": "/tmp/terminate_session/in",
|
||||
"flags": ["*terminate","*accounts","*resources","*log"],
|
||||
@@ -147,7 +147,6 @@
|
||||
{
|
||||
"id": "create_cdr",
|
||||
"run_delay": "-1",
|
||||
"field_separator": ",",
|
||||
"type": "*file_csv",
|
||||
"source_path": "/tmp/cdrs/in",
|
||||
"flags": ["*cdrs","*log"],
|
||||
@@ -172,7 +171,9 @@
|
||||
"id": "file_reader_with_filters",
|
||||
"run_delay": "-1",
|
||||
"type": "*file_csv",
|
||||
"field_separator": ";",
|
||||
"opts": {
|
||||
"csvFieldSeparator":";"
|
||||
},
|
||||
"source_path": "/tmp/ers_with_filters/in",
|
||||
"processed_path": "/tmp/ers_with_filters/out",
|
||||
"flags": ["*cdrs","*log"],
|
||||
@@ -202,7 +203,9 @@
|
||||
"source_path": "/tmp/xmlErs/in",
|
||||
"flags": ["*cdrs","*log"],
|
||||
"processed_path": "/tmp/xmlErs/out",
|
||||
"xml_root_path": "broadWorksCDR.cdrData",
|
||||
"opts": {
|
||||
"xmlRootPath": "broadWorksCDR.cdrData",
|
||||
},
|
||||
"fields":[
|
||||
{"tag": "ToR", "path": "*cgreq.ToR", "type": "*constant", "value": "*voice", "mandatory": true},
|
||||
{"tag": "OriginID", "path": "*cgreq.OriginID", "type": "*variable", "value": "~*req.broadWorksCDR.cdrData.basicModule.localCallId", "mandatory": true},
|
||||
@@ -256,8 +259,10 @@
|
||||
"source_path": "/tmp/partErs1/in",
|
||||
"flags": ["*cdrs"],
|
||||
"processed_path": "/tmp/partErs1/out",
|
||||
"partial_record_cache": "500ms",
|
||||
"partial_cache_expiry_action": "*dump_to_file",
|
||||
"opts": {
|
||||
"csvRecordCacheTTL": "500ms",
|
||||
"csvCacheExpiryAction": "*dump_to_file",
|
||||
},
|
||||
"fields":[
|
||||
{"tag": "ToR", "path": "*cgreq.ToR", "type": "*constant", "value": "*voice", "mandatory": true},
|
||||
{"tag": "AccId1", "path": "*cgreq.OriginID", "type": "*composed", "value": "~*req.0"},
|
||||
@@ -297,8 +302,10 @@
|
||||
"source_path": "/tmp/partErs2/in",
|
||||
"processed_path": "/tmp/partErs2/out",
|
||||
"flags": ["*cdrs"],
|
||||
"partial_record_cache": "500ms",
|
||||
"partial_cache_expiry_action": "*post_cdr",
|
||||
"opts": {
|
||||
"csvRecordCacheTTL": "500ms",
|
||||
"csvCacheExpiryAction": "*post_cdr",
|
||||
},
|
||||
"fields":[
|
||||
{"tag": "ToR", "path": "*cgreq.ToR", "type": "*constant", "value": "*voice", "mandatory": true},
|
||||
{"tag": "AccId1", "path": "*cgreq.OriginID", "type": "*composed", "value": "~*req.0"},
|
||||
@@ -324,12 +331,14 @@
|
||||
"enabled": true,
|
||||
"run_delay": "-1",
|
||||
"type": "*flatstore",
|
||||
"field_separator": "|",
|
||||
"opts": {
|
||||
"fstFieldSeparator":"|",
|
||||
"fstFailedCallsPrefix": "missed_calls",
|
||||
"fstRecordCacheTTL": "500ms",
|
||||
},
|
||||
"source_path": "/tmp/flatstoreErs/in",
|
||||
"processed_path": "/tmp/flatstoreErs/out",
|
||||
"failed_calls_prefix": "missed_calls",
|
||||
"flags": ["*cdrs"],
|
||||
"partial_record_cache": "500ms",
|
||||
"fields":[
|
||||
{"tag": "Tor", "path": "*cgreq.ToR", "type": "*constant", "value": "*voice", "mandatory": true},
|
||||
{"tag": "OriginID", "path": "*cgreq.OriginID", "type": "*variable","value":"~*req.3;~*req.1;~*req.2", "mandatory": true},
|
||||
@@ -370,7 +379,6 @@
|
||||
{
|
||||
"id": "readerWithTemplate",
|
||||
"run_delay": "-1",
|
||||
"field_separator": ",",
|
||||
"type": "*file_csv",
|
||||
"source_path": "/tmp/readerWithTemplate/in",
|
||||
"flags": ["*cdrs","*log"],
|
||||
|
||||
@@ -79,11 +79,13 @@
|
||||
{
|
||||
"id": "file_reader2",
|
||||
"run_delay": "-1",
|
||||
"field_separator": ";",
|
||||
"type": "*file_csv",
|
||||
"source_path": "/tmp/ers2/in",
|
||||
"flags": ["*cdrs","*log"],
|
||||
"processed_path": "/tmp/ers2/out",
|
||||
"opts": {
|
||||
"csvFieldSeparator":";"
|
||||
},
|
||||
"content_fields":[ // import content_fields template, tag will match internally CDR field, in case of .csv value will be represented by index of the field value
|
||||
{"tag": "ToR", "path": "ToR", "type": "*variable", "value": "*voice", "mandatory": true},
|
||||
{"tag": "OriginID", "path": "OriginID", "type": "*variable", "value": "~*req.0", "mandatory": true},
|
||||
|
||||
@@ -79,11 +79,13 @@
|
||||
{
|
||||
"id": "file_reader2",
|
||||
"run_delay": "-1",
|
||||
"field_separator": ";",
|
||||
"type": "*file_csv",
|
||||
"source_path": "/tmp/ers2/in",
|
||||
"flags": ["*dryrun"],
|
||||
"processed_path": "/tmp/ers2/out",
|
||||
"opts": {
|
||||
"csvFieldSeparator":";"
|
||||
},
|
||||
"content_fields":[ // import content_fields template, tag will match internally CDR field, in case of .csv value will be represented by index of the field value
|
||||
{"tag": "ToR", "path": "ToR", "type": "*variable", "value": "*voice", "mandatory": true},
|
||||
{"tag": "OriginID", "path": "OriginID", "type": "*variable", "value": "~*req.0", "mandatory": true},
|
||||
@@ -104,7 +106,6 @@
|
||||
{
|
||||
"id": "init_session",
|
||||
"run_delay": "-1",
|
||||
"field_separator": ",",
|
||||
"type": "*file_csv",
|
||||
"source_path": "/tmp/init_session/in",
|
||||
"flags": ["*initiate","*accounts","*resources","*attributes","*log"],
|
||||
@@ -126,7 +127,6 @@
|
||||
{
|
||||
"id": "terminate_session",
|
||||
"run_delay": "-1",
|
||||
"field_separator": ",",
|
||||
"type": "*file_csv",
|
||||
"source_path": "/tmp/terminate_session/in",
|
||||
"flags": ["*terminate","*accounts","*resources","*log"],
|
||||
@@ -141,7 +141,6 @@
|
||||
{
|
||||
"id": "create_cdr",
|
||||
"run_delay": "-1",
|
||||
"field_separator": ",",
|
||||
"type": "*file_csv",
|
||||
"source_path": "/tmp/cdrs/in",
|
||||
"flags": ["*cdrs","*log"],
|
||||
@@ -166,12 +165,13 @@
|
||||
"id": "file_reader_with_filters",
|
||||
"run_delay": "-1",
|
||||
"type": "*file_csv",
|
||||
"flags": ["*dryrun"],
|
||||
"field_separator": ";",
|
||||
"source_path": "/tmp/ers_with_filters/in",
|
||||
"processed_path": "/tmp/ers_with_filters/out",
|
||||
"flags": ["*cdrs","*log"],
|
||||
"filters":["*string:~*req.3:1002"],
|
||||
"opts": {
|
||||
"csvFieldSeparator":";"
|
||||
},
|
||||
"content_fields":[ // import content_fields template, tag will match internally CDR field, in case of .csv value will be represented by index of the field value
|
||||
{"tag": "ToR", "path": "ToR", "type": "*variable", "value": "*voice", "mandatory": true},
|
||||
{"tag": "OriginID", "path": "OriginID", "type": "*variable", "value": "~*req.0", "mandatory": true},
|
||||
|
||||
Reference in New Issue
Block a user