mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 07:38:45 +05:00
Add exporter id within the *vars in EEs for templates
This commit is contained in:
committed by
Dan Christian Bogos
parent
c7221f0d1e
commit
91630f39a5
@@ -703,7 +703,8 @@
|
||||
{"tag": "SetupTime", "path": "*exp.SetupTime", "type": "*variable", "value": "~*req.SetupTime", "layout": "2006-01-02T15:04:05Z07:00"},
|
||||
{"tag": "AnswerTime", "path": "*exp.AnswerTime", "type": "*variable", "value": "~*req.AnswerTime", "layout": "2006-01-02T15:04:05Z07:00"},
|
||||
{"tag": "Usage", "path": "*exp.Usage", "type": "*variable", "value": "~*req.Usage"},
|
||||
{"tag": "Cost", "path": "*exp.Cost", "type": "*variable", "value": "~*req.Cost{*round:4}"}
|
||||
{"tag": "Cost", "path": "*exp.Cost", "type": "*variable", "value": "~*req.Cost{*round:4}"},
|
||||
{"tag": "ExporterID", "path": "*exp.ExporterID", "type": "*variable", "value": "~*vars.*exporterID"},
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user