added last_local_call_time field to vicidial_list table. This change affected many scripts from the hopper loaders to the lead loaders to the vdc_db_query.php agent-side script. A script was created to populate this field from the logs: VICIDIAL_last_local_call_time_UPDATE.pl

git-svn-id: svn://192.168.202.10@921 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2008-07-13 15:45:22 +00:00
parent e584e016f8
commit a7cef459d6
15 changed files with 663 additions and 174 deletions
+5
View File
@@ -135,6 +135,11 @@ NOTE: Upgrading from 1.1.12-3 to 2.0.1 is at the bottom
30. Added some basic agent interface API functions and an agc/api.php script
31. A field has been added to vicidial_list(last_local_call_time) to sort by
the last time a lead was called as well as for lead recycling changes.
########## UPGRADING FROM 2.0.3 TO 2.0.4 ##########