Renaming default sample tariff plans to reflect latest code changes

This commit is contained in:
DanB
2013-11-04 19:42:05 +01:00
parent 01005b06f3
commit 131bc22609
7 changed files with 5 additions and 5 deletions

View File

@@ -99,7 +99,7 @@ CREATE TABLE `tp_rating_profiles` (
`subject` varchar(64) NOT NULL,
`activation_time` varchar(24) NOT NULL,
`rating_plan_tag` varchar(64) NOT NULL,
`rates_fallback_subject` varchar(64),
`fallback_subject` varchar(64),
PRIMARY KEY (`id`),
KEY `tpid_tag` (`tpid`, `tag`),
UNIQUE KEY `tpid_tag_tenant_tor_dir_subj_atime` (`tpid`,`tag`, `tenant`,`tor`,`direction`,`subject`,`activation_time`)

View File

@@ -1,4 +1,4 @@
#Tag,BalanceTag,Direction,ThresholdType,ThresholdValue,DestinationTag,ActionsTag,Weight
#Tag,BalanceType,Direction,ThresholdType,ThresholdValue,DestinationTag,ActionsTag,Weight
STANDARD_TRIGGERS,*monetary,*out,*min_balance,2,,LOG_BALANCE,10
STANDARD_TRIGGERS,*monetary,*out,*max_balance,20,,LOG_BALANCE,10
STANDARD_TRIGGERS,*monetary,*out,*max_counter,15,FS_USERS,LOG_BALANCE,10
1 #Tag BalanceTag BalanceType Direction ThresholdType ThresholdValue DestinationTag ActionsTag Weight
2 STANDARD_TRIGGERS *monetary *monetary *out *min_balance 2 LOG_BALANCE 10
3 STANDARD_TRIGGERS *monetary *monetary *out *max_balance 20 LOG_BALANCE 10
4 STANDARD_TRIGGERS *monetary *monetary *out *max_counter 15 FS_USERS LOG_BALANCE 10

View File

@@ -1,2 +1,2 @@
#Tenant,TOR,Direction,Subject,ActivationTime,DestinationRateTimingTag,RatesFallbackSubject
#Tenant,TOR,Direction,Subject,ActivationTime,RatingPlanTag,FallbackSubject
cgrates.org,call,*out,*any,2012-01-01T00:00:00Z,RETAIL1,
1 #Tenant TOR Direction Subject ActivationTime DestinationRateTimingTag RatingPlanTag RatesFallbackSubject FallbackSubject
2 cgrates.org call *out *any 2012-01-01T00:00:00Z RETAIL1 RETAIL1

View File

@@ -1,4 +1,4 @@
#Tag,BalanceTag,Direction,ThresholdType,ThresholdValue,DestinationTag,ActionsTag,Weight
#Tag,BalanceType,Direction,ThresholdType,ThresholdValue,DestinationTag,ActionsTag,Weight
STANDARD_TRIGGERS,*monetary,*out,*min_balance,2,,LOG_BALANCE,10
STANDARD_TRIGGERS,*monetary,*out,*max_balance,20,,LOG_BALANCE,10
STANDARD_TRIGGERS,*monetary,*out,*max_counter,15,FS_USERS,LOG_BALANCE,10
1 #Tag BalanceTag BalanceType Direction ThresholdType ThresholdValue DestinationTag ActionsTag Weight
2 STANDARD_TRIGGERS *monetary *monetary *out *min_balance 2 LOG_BALANCE 10
3 STANDARD_TRIGGERS *monetary *monetary *out *max_balance 20 LOG_BALANCE 10
4 STANDARD_TRIGGERS *monetary *monetary *out *max_counter 15 FS_USERS LOG_BALANCE 10

View File

@@ -1,2 +1,2 @@
#Tenant,TOR,Direction,Subject,ActivationTime,DestinationRateTimingTag,RatesFallbackSubject
#Tenant,TOR,Direction,Subject,ActivationTime,RatingPlanTag,FallbackSubject
cgrates.org,call,*out,*any,2012-01-01T00:00:00Z,RETAIL1,
1 #Tenant TOR Direction Subject ActivationTime DestinationRateTimingTag RatingPlanTag RatesFallbackSubject FallbackSubject
2 cgrates.org call *out *any 2012-01-01T00:00:00Z RETAIL1 RETAIL1