diff --git a/cgrates.json b/cgrates.json index 67e8a03..6fac9ad 100644 --- a/cgrates.json +++ b/cgrates.json @@ -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}, diff --git a/tariffplans/pppoe/Filters.csv b/tariffplans/pppoe/Filters.csv index 8580a0a..bcb7918 100644 --- a/tariffplans/pppoe/Filters.csv +++ b/tariffplans/pppoe/Filters.csv @@ -1,5 +1,5 @@ #Tenant,ID,Type,Path,Values,ActivationInterval -cgrates.org,FLTR_ACCOUNT_TEST,*string,~*req.Account,test, -cgrates.org,FLTR_ACCOUNT_USER1,*string,~*req.Account,pppoe_user1, -cgrates.org,FLTR_ACCOUNT_USER2,*string,~*req.Account,pppoe_user2, -cgrates.org,FLTR_ACCOUNT_USER3,*string,~*req.Account,pppoe_user3, +cgrates.org,FLTR_ACCOUNT_TEST,*string,~*req.User-Name,test, +cgrates.org,FLTR_ACCOUNT_USER1,*string,~*req.User-Name,pppoe_user1, +cgrates.org,FLTR_ACCOUNT_USER2,*string,~*req.User-Name,pppoe_user2, +cgrates.org,FLTR_ACCOUNT_USER3,*string,~*req.User-Name,pppoe_user3,