added user to recording_log table and associated scripts

added recordings list to user_stats.php page
changed user_stats.php page to use time range for calls list and recordings list

git-svn-id: svn://192.168.202.10@428 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2006-12-01 16:40:36 +00:00
parent fba79d6c5f
commit bc77b06bdf
7 changed files with 71 additions and 20 deletions
+3 -1
View File
@@ -139,8 +139,10 @@ length_in_min DOUBLE(8,2),
filename VARCHAR(50),
location VARCHAR(255),
lead_id INT(9) UNSIGNED,
user VARCHAR(20),
index (filename),
index(lead_id)
index(lead_id),
index(user)
);
CREATE TABLE live_inbound (