Added DEAD call time logging and agent notification of call hangup

Added cross-listing linking of DIDs, Call Menus and In-groups in admin.php
Changed the audio store to work by server names

git-svn-id: svn://192.168.202.10@1221 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2009-09-08 16:10:35 +00:00
parent d65a83c41c
commit 3d02e5e189
14 changed files with 278 additions and 44 deletions
+10
View File
@@ -524,3 +524,13 @@ ALTER TABLE vicidial_list_update_log MODIFY phone_number VARCHAR(255);
ALTER TABLE vicidial_list_update_log MODIFY old_status VARCHAR(255);
UPDATE system_settings SET db_schema_version='1171';
ALTER TABLE vicidial_agent_log ADD dead_epoch INT(10) UNSIGNED;
ALTER TABLE vicidial_agent_log ADD dead_sec SMALLINT(5) UNSIGNED default '0';
ALTER TABLE twoday_vicidial_agent_log ADD dead_epoch INT(10) UNSIGNED;
ALTER TABLE twoday_vicidial_agent_log ADD dead_sec SMALLINT(5) UNSIGNED default '0';
ALTER TABLE system_settings MODIFY sounds_web_server VARCHAR(50) default '127.0.0.1';
UPDATE system_settings SET db_schema_version='1172';