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:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user