From 07a2ce75be3ca7d44c016b35e5b946332a630cec Mon Sep 17 00:00:00 2001 From: mattf Date: Mon, 11 Dec 2006 22:25:52 +0000 Subject: [PATCH] update of UPGRADE doc and other small changes git-svn-id: svn://192.168.202.10@431 3d104415-ff17-0410-8863-d5cf3c621b8a --- UPGRADE | 5 ++++- extras/MySQL_AST_CREATE_tables.sql | 1 + www/vicidial/admin.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/UPGRADE b/UPGRADE index ccf76e28..60fed8fc 100644 --- a/UPGRADE +++ b/UPGRADE @@ -50,7 +50,7 @@ NOTE: Upgrading from 1.1.12-3 to 2.0.1 is at the bottom NOTE: the scripts to be kept alive are to be defined in the astguiclient.conf file -7. Experimental FastAGI replacement for call_log and VD_hangup AGI scripts: +7. FastAGI replacement for call_log and VD_hangup AGI scripts: FastAGI_log.pl - requires cpan module Net::Server to run If you want to use it, read the comments at the top of the script Look at the docs/conf_examples/extensions.conf.sample file for examples @@ -85,6 +85,9 @@ NOTE: Upgrading from 1.1.12-3 to 2.0.1 is at the bottom 12. Added the ability to restrict agent logins by user group to a specific set of campaigns. This is definable in the USER GROUPS section of admin.php +13. Added lead_id and user fields to the recording_log, along with cross- + reference links in several admin web pages for these. + diff --git a/extras/MySQL_AST_CREATE_tables.sql b/extras/MySQL_AST_CREATE_tables.sql index c5de13a2..5d5e8aca 100644 --- a/extras/MySQL_AST_CREATE_tables.sql +++ b/extras/MySQL_AST_CREATE_tables.sql @@ -816,6 +816,7 @@ country_code SMALLINT(5) UNSIGNED ); +INSERT INTO vicidial_user_groups SET user_group='ADMIN',group_name='VICIDIAL ADMINISTRATORS',allowed_campaigns=' -ALL-CAMPAIGNS- - -'; INSERT INTO vicidial_call_times SET call_time_id='24hours',call_time_name='default 24 hours calling',ct_default_start='0',ct_default_stop='2400'; INSERT INTO vicidial_call_times SET call_time_id='9am-9pm',call_time_name='default 9am to 9pm calling',ct_default_start='900',ct_default_stop='2100'; diff --git a/www/vicidial/admin.php b/www/vicidial/admin.php index 5ed6188a..4d257dcc 100644 --- a/www/vicidial/admin.php +++ b/www/vicidial/admin.php @@ -2009,7 +2009,7 @@ The VICIDIAL basic web-based lead loader is designed simply to take a lead file
  • Comments -
    NOTES: The Excel Lead loader functionality is enabled by a series of perl scripts and needs to have a properly configured /home/cron/AST_SERVER_conf.pl file in place on the web server. Also, a couple perl modules must be loaded for it to work as well - OLE-Storage_Lite and Spreadsheet-ParseExcel. You can check for runtime errors in these by looking at your apache error_log file. +
    NOTES: The Excel Lead loader functionality is enabled by a series of perl scripts and needs to have a properly configured /etc/astguiclient.conf file in place on the web server. Also, a couple perl modules must be loaded for it to work as well - OLE-Storage_Lite and Spreadsheet-ParseExcel. You can check for runtime errors in these by looking at your apache error_log file.