update of UPGRADE doc and other small changes
git-svn-id: svn://192.168.202.10@431 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -2009,7 +2009,7 @@ The VICIDIAL basic web-based lead loader is designed simply to take a lead file
|
||||
<LI>Comments
|
||||
</OL>
|
||||
|
||||
<BR>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.
|
||||
<BR>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.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user