Fix filter to match User-Name instead of Account
RADIUS packets have User-Name attribute, not Account. Changed filters to use ~*req.User-Name for matching. Added *log flag to first processor for debugging. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
{
|
||||
"id": "CGRPAPAuth",
|
||||
"filters": ["*string:~*vars.*radReqType:*radAuth"],
|
||||
"flags": ["*authorize", "*attributes", "*accounts", "*continue"],
|
||||
"flags": ["*authorize", "*attributes", "*accounts", "*continue", "*log"],
|
||||
"request_fields": [
|
||||
{"tag": "Category", "path": "*cgreq.Category", "type": "*constant", "value": "call"},
|
||||
{"tag": "RequestType", "path": "*cgreq.RequestType", "type": "*constant", "value": "*prepaid", "mandatory": true},
|
||||
|
||||
Reference in New Issue
Block a user