Show
Ignore:
Timestamp:
04/17/07 05:48:52 (6 years ago)
Author:
diego_iastrubni
Message:

fix to ticket:1793 - sqlite3 support (only sqlite3 and only in freepbx2.3)

I am using this patch for freepbx 2.2.1, and it does seem to work. if something gets messed up, just email and and I will help you fix this. Tested on
sqlite3 and MySQL 5 under Debian Etch. I assume this will work for MySQL 4, and if it's not, I will fix it.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.3/callback/install.sql

    r1909 r3923  
    1 CREATE TABLE IF NOT EXISTS callback ( callback_id INT NOT NULL AUTO_INCREMENT PRIMARY KEY , description VARCHAR( 50 ) , callbacknum VARCHAR( 100 ) , destination VARCHAR( 50 ) , sleep INT, deptname VARCHAR( 50 )); 
     1# empty file, for more details see http://freepbx.org/trac/ticket/1277