added mtop instructions to SCRATCH_INSTALL

added fields to vicidial_auto_calls table to be used for LIVE call Jams tracking
added code in all VDAD transfer AGI scripts to use and update stage field in vicidial_auto_calls

git-svn-id: svn://192.168.202.10@388 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2006-11-13 19:48:32 +00:00
parent 657e308c77
commit 5221606652
26 changed files with 174 additions and 49 deletions
+4 -1
View File
@@ -320,9 +320,12 @@ phone_code VARCHAR(10),
phone_number VARCHAR(12),
call_time DATETIME,
call_type ENUM('IN','OUT') default 'OUT',
stage VARCHAR(20) default 'START',
last_update_time TIMESTAMP,
index (uniqueid),
index (callerid),
index (call_time)
index (call_time),
index (last_update_time)
);
CREATE TABLE vicidial_log (