diff --git a/cgrates.json b/cgrates.json index 7ee4975..c84f923 100644 --- a/cgrates.json +++ b/cgrates.json @@ -82,16 +82,12 @@ }, "request_processors": [ { - "id": "AuthPAP", + "id": "Auth", "filters": ["*string:~*vars.*radReqType:*radAuth"], - "flags": ["*radauth", "*pap", "*log"], - "request_fields": [ - {"tag": "UserPassword", "path": "*vars.UserPassword", "type": "*constant", "value": "test"} - ], + "flags": ["*none", "*log"], + "request_fields": [], "reply_fields": [ - {"tag": "SessionTimeout", "path": "*rep.Session-Timeout", "type": "*constant", "value": "3600"}, - {"tag": "ReplyOnError", "filters": ["*notempty:~*cgrep.Error:"], "path": "*rep.*radReplyCode", "type": "*constant", "value": "AccessReject"}, - {"tag": "ReplyMessage", "filters": ["*notempty:~*cgrep.Error:"], "path": "*rep.Reply-Message", "type": "*variable", "value": "~*cgrep.Error"} + {"tag": "SessionTimeout", "path": "*rep.Session-Timeout", "type": "*constant", "value": "3600"} ] } ]