Finished internal CDR handling refactoring, fixups tor->category, ratingProfile definition changes, ActionTriggers with Recurrent property

This commit is contained in:
DanB
2014-05-07 12:41:57 +02:00
parent f466fcbb6a
commit e74a98fead
10 changed files with 58 additions and 51 deletions

View File

@@ -1,4 +1,4 @@
#Tag,BalanceType,Direction,ThresholdType,ThresholdValue,DestinationTag,ActionsTag,Weight
STANDARD_TRIGGERS,*monetary,*out,*min_balance,2,,LOG_WARNING,10
STANDARD_TRIGGERS,*monetary,*out,*max_balance,20,,LOG_WARNING,10
STANDARD_TRIGGERS,*monetary,*out,*max_counter,5,FS_USERS,LOG_WARNING,10
#Tag,BalanceType,Direction,ThresholdType,ThresholdValue,Recurrent,DestinationTag,ActionsTag,Weight
STANDARD_TRIGGERS,*monetary,*out,*min_balance,2,false,,LOG_WARNING,10
STANDARD_TRIGGERS,*monetary,*out,*max_balance,20,false,,LOG_WARNING,10
STANDARD_TRIGGERS,*monetary,*out,*max_counter,5,false,FS_USERS,LOG_WARNING,10
1 #Tag BalanceType Direction ThresholdType ThresholdValue Recurrent DestinationTag ActionsTag Weight
2 STANDARD_TRIGGERS *monetary *out *min_balance 2 false LOG_WARNING 10
3 STANDARD_TRIGGERS *monetary *out *max_balance 20 false LOG_WARNING 10
4 STANDARD_TRIGGERS *monetary *out *max_counter 5 false FS_USERS LOG_WARNING 10

View File

@@ -1,2 +1,2 @@
#Tenant,TOR,Direction,Subject,ActivationTime,RatingPlanTag,FallbackSubject
cgrates.org,call,*out,*any,2013-01-06T00:00:00Z,RP_RETAIL,
#Direction,Tenant,Category,Subject,ActivationTime,RatingPlanId,RatesFallbackSubject
*out,cgrates.org,call,*any,2013-01-06T00:00:00Z,RP_RETAIL,
1 #Tenant #Direction TOR Tenant Direction Category Subject ActivationTime RatingPlanTag RatingPlanId FallbackSubject RatesFallbackSubject
2 cgrates.org *out call cgrates.org *out call *any 2013-01-06T00:00:00Z RP_RETAIL RP_RETAIL

View File

@@ -1,4 +1,4 @@
#Tag,BalanceType,Direction,ThresholdType,ThresholdValue,DestinationTag,ActionsTag,Weight
STANDARD_TRIGGERS,*monetary,*out,*min_balance,2,,LOG_WARNING,10
STANDARD_TRIGGERS,*monetary,*out,*max_balance,20,,LOG_WARNING,10
STANDARD_TRIGGERS,*monetary,*out,*max_counter,5,FS_USERS,LOG_WARNING,10
#Tag,BalanceType,Direction,ThresholdType,ThresholdValue,Recurrent,DestinationTag,ActionsTag,Weight
STANDARD_TRIGGERS,*monetary,*out,*min_balance,2,false,,LOG_WARNING,10
STANDARD_TRIGGERS,*monetary,*out,*max_balance,20,false,,LOG_WARNING,10
STANDARD_TRIGGERS,*monetary,*out,*max_counter,5,false,FS_USERS,LOG_WARNING,10
1 #Tag BalanceType Direction ThresholdType ThresholdValue Recurrent DestinationTag ActionsTag Weight
2 STANDARD_TRIGGERS *monetary *out *min_balance 2 false LOG_WARNING 10
3 STANDARD_TRIGGERS *monetary *out *max_balance 20 false LOG_WARNING 10
4 STANDARD_TRIGGERS *monetary *out *max_counter 5 false FS_USERS LOG_WARNING 10

View File

@@ -1,3 +1,3 @@
#Tenant,TOR,Direction,Subject,ActivationTime,RatingPlanTag,FallbackSubject
cgrates.org,call,*out,*any,2014-01-14T00:00:00Z,RP_RETAIL1,
cgrates.org,call,*out,1001;1006,2014-01-14T00:00:00Z,RP_RETAIL2,
#Direction,Tenant,Category,Subject,ActivationTime,RatingPlanId,RatesFallbackSubject
*out,cgrates.org,call,*any,2014-01-14T00:00:00Z,RP_RETAIL1,
*out,cgrates.org,call,1001;1006,2014-01-14T00:00:00Z,RP_RETAIL2,
1 #Tenant #Direction TOR Tenant Direction Category Subject ActivationTime RatingPlanTag RatingPlanId FallbackSubject RatesFallbackSubject
2 cgrates.org *out call cgrates.org *out call *any 2014-01-14T00:00:00Z RP_RETAIL1 RP_RETAIL1
3 cgrates.org *out call cgrates.org *out call 1001;1006 2014-01-14T00:00:00Z RP_RETAIL2 RP_RETAIL2