mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 10:36:24 +05:00
827 B
827 B
| 1 | # Tenant,ID,FilterIDs,Weight,AttributeFilterIDs,Path,Type,Value,Blocker |
|---|---|
| 2 | # CRG_RESELLER1 replaces Category->reseller1 and RequestType->*rated for *sessions and *cdrs events |
| 3 | cgrates.org,ATTR_CRG_SUPPLIER1,*string:~*opts.*context:*sessions|*cdrs,0,,*req.Category,*constant,reseller1,false |
| 4 | cgrates.org,ATTR_CRG_SUPPLIER1,,,,*req.RequestType,*constant,*rated, |
| 5 | # ATTR_1001_AUTH returns the Password value for the account 1001 in context <auth> |
| 6 | cgrates.org,ATTR_1001_AUTH,*string:~*req.Account:1001;*string:~*opts.*context:auth,20,,*req.Password,*constant,CGRateS.org,false |
| 7 | cgrates.org,ATTR_1002_AUTH,*string:~*req.Account:1002;*string:~*opts.*context:auth,20,,*req.Password,*constant,CGRateS.org,false |
| 8 | cgrates.org,ATTR_1003_AUTH,*string:~*req.Account:1003;*string:~*opts.*context:auth,20,,*req.Password,*constant,CGRateS.org,false |