release 1.1.11

git-svn-id: svn://192.168.202.10@6 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2006-07-07 15:19:21 +00:00
parent 110b17ad04
commit e9ee080e1c
31 changed files with 419 additions and 218 deletions
+32 -17
View File
@@ -1,5 +1,5 @@
+------------------------------------------------------------------------------+
| Asterisk GUI client - astguiclient - twenty-third public release 1.1.10 |
| Asterisk GUI client - astguiclient - twenty-fourth public release 1.1.11 |
| created by astGUIclient group <astguiclient@eflo.net> |
| project started 2003-10-06 http://sourceforge.net/projects/astguiclient/ |
+------------------------------------------------------------------------------+
@@ -25,7 +25,13 @@ to put astguiclient onto.
- VICIDIAL.txt - Readme file describing the VICIDIAL auto-dialing system
- REQUIREMENTS.txt - Basic requirements for running astGUIclient
- REQUIREMENTS.txt - Basic requirements for running astGUIclient/VICIDIAL
- LOAD_BALANCING.txt - Instructions for multi-server installations
- TODO.txt - List of what has changed since last release including changes for future releases
- LICENSE.txt - The license for this release GPLv2
- install_server_files.pl - perl script to put files in the right place on the
server. Run as "perl install_server_files.pl"
@@ -39,20 +45,6 @@ boot time startups of asterisk.
- MySQL_AST_CREATE_tables.sql - used to create tables for astguiclient and
vicidial in your MySQL database
- astGUIclient_1.1.0.pl - the perl/Tk GUI application
+ Runs under UNIX Xwindows or Win32
+ On UNIX requires perl and tcl and Tk perl modules installed
+ ActiveState 5.8.0 is recommended for Linux due to Perl/Tk memory leak
+ On Win32 requires ActiveState Perl 5.8.0
+ Both require Net::Telnet and Net::MySQL perl Modules (Win32 version in lib)
+ Variables and options must be defined in libs/AST_VICI_conf.pl file
### SOON TO BE DEPRICATED AND UNSUPPORTED ### see the web client
- astVICIDIAL_1.1.pl - the VICIDIAL perl/Tk GUI client auto-dialing application
+ same application run specs as the astGUIclient above
+ additionally requires Time::HiRes perl module
### SOON TO BE DEPRICATED AND UNSUPPORTED ### see the web client
- astLEADLOADER.pl - client perl/Tk GUI for loading leads into the vicidial_list
+ same application run specs as the AST_WINphoneAPP above
### SOON TO BE DEPRICATED AND UNSUPPORTED ### see the web lead loader
@@ -255,7 +247,7 @@ KNOWN BUGS:
- on astGUIclient you cannot record a native bridge VOIP-only conversation
unless you go into a conference, you also cannot monitor a native-bridge
VOIP-only conversation
- Depending on what version of perl you are running(for the Perl/Tk apps only),
- Depending on what version of perl you are running(for the Perl scripts only),
you may have a conflicting version of the Time::HiRes perl module installed.
To fix this, jut go to http://search.cpan.org/~jhi/Time-HiRes-1.82/ and
download the version that your error message says it's looking for(HiRes.pm).
@@ -665,3 +657,26 @@ UPGRADE NOTES:
directory. Make sure you check the dbconnect.php file in each directory.
* if upgrading from 1.1.9 run the upgrade_1.1.10.sql script in MySQL
(\. /home/cron/astguiclient/upgrade_1.1.10.sql)
1.1.11 - Twenty-Fourth public release - 2006-04-28
- Added Agent-only Scheduled Callbacks
- Added Lead Filters for campaigns to use custom SQL to narrow calling scope
- Added Agent manual-lead-insertion capability
- Fixed PHP variable checking in all PHP scripts to be more compliant
- Added more user-permission options/restrictions for both agents and admins
- Several small bug fixes for better Asterisk 1.2.6 and SVN compatibility
- Many other small changes listed in the TODO.txt file
UPGRADE NOTES:
* if upgrading from 1.1.10 you need to:
- download the new version from the project website
- unzip the zip file into the /home/cron/astguiclient directory
- and either:
+ copy the web pages and all server apps to their proper locations manually
+ or run the install_server_files.pl script to put all items in their
default places
(make sure AST_SERVER_conf.pl and dbconnect.php files are config'd properly)
- multi-language versions of web-clients and admin pages are available in the
LANG_agc.zip and LANG_admin.zip files and can be unzipped into your webroot
directory. Make sure you check the dbconnect.php file in each directory.
* if upgrading from 1.1.10 run the upgrade_1.1.11.sql script in MySQL
(\. /home/cron/astguiclient/upgrade_1.1.11.sql)