diff --git a/cgrates.json b/cgrates.json index 332a4e9..7feacde 100644 --- a/cgrates.json +++ b/cgrates.json @@ -84,9 +84,10 @@ { "id": "AuthGetPassword", "filters": ["*string:~*vars.*radReqType:*radAuth"], - "flags": ["*dry_run", "*attributes", "*continue", "*log"], + "flags": ["*message", "*attributes", "*continue", "*log"], "request_fields": [ - {"tag": "Account", "path": "*cgreq.Account", "type": "*composed", "value": "~*req.User-Name", "mandatory": true} + {"tag": "Account", "path": "*cgreq.Account", "type": "*composed", "value": "~*req.User-Name", "mandatory": true}, + {"tag": "PasswordFromAttributes", "path": "*cgreq.PasswordFromAttributes", "type": "*constant", "value": "*attributes"} ], "reply_fields": [ {"tag": "SessionTimeout", "path": "*rep.Session-Timeout", "type": "*constant", "value": "3600"},