root/modules/branches/2.3/disa/install.sql

Revision 1864, 237 bytes (checked in by qldrob, 6 years ago)

Added some extra functionality to DISA.. Adjustable timeouts, and a confirmation prompt (useful for callback)

  • Property svn:mime-type set to text/html
  • Property svn:eol-style set to native
Line 
1 CREATE TABLE IF NOT EXISTS disa ( disa_id INT NOT NULL AUTO_INCREMENT PRIMARY KEY , displayname VARCHAR( 50 ), pin VARCHAR ( 50 ), cid VARCHAR ( 50 ), context VARCHAR ( 50 ), digittimeout INT, resptimeout INT, needconf VARCHAR( 10 ) );
Note: See TracBrowser for help on using the browser.