mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
19 lines
595 B
JSON
19 lines
595 B
JSON
{
|
|
|
|
|
|
|
|
"templates": {
|
|
"mycoa": [ // used by RadiusAgent when sending ChangeOfAuthorization message towards the client
|
|
{"tag": "User-Name", "path": "*radDAReq.User-Name", "type": "*variable",
|
|
"value": "~*oreq.User-Name"},
|
|
{"tag": "NAS-IP-Address", "path": "*radDAReq.NAS-IP-Address", "type": "*variable",
|
|
"value": "~*oreq.NAS-IP-Address"},
|
|
{"tag": "Acct-Session-Id", "path": "*radDAReq.Acct-Session-Id", "type": "*variable",
|
|
"value": "~*oreq.Acct-Session-Id"},
|
|
{"tag": "Filter-Id", "path": "*radDAReq.Filter-Id", "type": "*variable",
|
|
"value": "~*req.CustomFilter"}
|
|
]
|
|
}
|
|
|
|
|
|
} |