diff --git a/agc_2-X/trunk/UPGRADE b/agc_2-X/trunk/UPGRADE index ccf76e28..60fed8fc 100644 --- a/agc_2-X/trunk/UPGRADE +++ b/agc_2-X/trunk/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/agc_2-X/trunk/extras/MySQL_AST_CREATE_tables.sql b/agc_2-X/trunk/extras/MySQL_AST_CREATE_tables.sql index c5de13a2..5d5e8aca 100644 --- a/agc_2-X/trunk/extras/MySQL_AST_CREATE_tables.sql +++ b/agc_2-X/trunk/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/agc_2-X/trunk/www/vicidial/admin.php b/agc_2-X/trunk/www/vicidial/admin.php index 5ed6188a..4d257dcc 100644 --- a/agc_2-X/trunk/www/vicidial/admin.php +++ b/agc_2-X/trunk/www/vicidial/admin.php @@ -2009,7 +2009,7 @@ The VICIDIAL basic web-based lead loader is designed simply to take a lead file