|
|
|
@ -629,3 +629,8 @@ INSERT INTO `billing_mappings` VALUES (1,NULL,NULL,NULL,1,3);
|
|
|
|
|
INSERT INTO `admins` VALUES (1,1,'administrator',md5('administrator'),1,1,1,0,1,1,1);
|
|
|
|
|
-- default billing profile creation
|
|
|
|
|
INSERT INTO `billing_profiles` VALUES(1,1,'default','Default Billing Profile',1,0,0,0,'month',1,NULL,0,0);
|
|
|
|
|
INSERT INTO `billing_zones` (id,billing_profile_id,zone,detail) VALUES (1,1,'Free Default Zone','All Destinations');
|
|
|
|
|
INSERT INTO `billing_fees` (id,billing_profile_id,billing_zone_id,destination,type,
|
|
|
|
|
onpeak_init_rate,onpeak_init_interval,onpeak_follow_rate,onpeak_follow_interval,
|
|
|
|
|
offpeak_init_rate,offpeak_init_interval,offpeak_follow_rate,offpeak_follow_interval)
|
|
|
|
|
VALUES (1,1,1,'.*','call',0,600,0,600,0,600,0,600);
|
|
|
|
|