mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 02:26:26 +05:00
742 B
742 B
| 1 | # Tenant,ID,Contexts,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,*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,auth,*string:~*req.Account:1001,20,,*req.Password,*constant,CGRateS.org,false |
| 7 | cgrates.org,ATTR_1002_AUTH,auth,*string:~*req.Account:1002,20,,*req.Password,*constant,CGRateS.org,false |
| 8 | cgrates.org,ATTR_1003_AUTH,auth,*string:~*req.Account:1003,20,,*req.Password,*constant,CGRateS.org,false |