Changed agi-record_prompts.agi to use DB storage

Added more detail to agent screen debug logging

git-svn-id: svn://192.168.202.10@2604 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2016-10-30 04:12:18 +00:00
parent 26928ae27c
commit 52eefe4d80
6 changed files with 162 additions and 19 deletions
+4
View File
@@ -726,3 +726,7 @@ ALTER TABLE vicidial_user_groups ADD agent_xfer_park_3way ENUM('Y','N') default
ALTER TABLE system_settings ADD agent_xfer_park_3way ENUM('1','0') default '0';
UPDATE system_settings SET db_schema_version='1472',db_schema_update_date=NOW() where db_schema_version < 1472;
ALTER TABLE system_settings ADD rec_prompt_count INT(9) UNSIGNED default '0';
UPDATE system_settings SET db_schema_version='1473',db_schema_update_date=NOW() where db_schema_version < 1473;