Changeset 3221

Show
Ignore:
Timestamp:
11/27/06 21:08:29 (6 years ago)
Author:
qldrob
Message:

Forgot to enable core by default.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/SQL/newinstall.sql

    r3220 r3221  
    170170/*!40000 ALTER TABLE `featurecodes` DISABLE KEYS */; 
    171171LOCK TABLES `featurecodes` WRITE; 
    172 INSERT INTO `featurecodes` VALUES ('core','userlogon','User Logon','*11',NULL,1),('core','userlogoff','User Logoff','*12',NULL,1),('core','zapbarge','ZapBarge','888',NULL,1),('core','simu_pstn','Simulate Incoming Call','7777',NULL,1),('core','simu_fax','Simulate Incoming FAX Call','666',NULL,1)
     172INSERT INTO `featurecodes` VALUES ('core','userlogon','User Logon','*11',NULL,1),('core','userlogoff','User Logoff','*12',NULL,1),('core','zapbarge','ZapBarge','888',NULL,1),('core','simu_pstn','Simulate Incoming Call','7777',NULL,1),('core','simu_fax','Simulate Incoming FAX Call','666',NULL,1),('core','chanspy','ChanSpy','555',NULL,1),('core','pickup','Call Pickup (Can be used with GXP-2000)','**',NULL,1)
    173173UNLOCK TABLES; 
    174174/*!40000 ALTER TABLE `featurecodes` ENABLE KEYS */; 
     
    295295/*!40000 ALTER TABLE `modules` DISABLE KEYS */; 
    296296LOCK TABLES `modules` WRITE; 
     297INSERT INTO `modules` VALUES (1,'core','1.2',1); 
    297298UNLOCK TABLES; 
    298299/*!40000 ALTER TABLE `modules` ENABLE KEYS */;