From d5b5671fc6375aff07ad585666f3c9e1e5754fdd Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 17 Jan 2007 22:15:07 +0000 Subject: [PATCH] updated documentation for 2.0.3b1 release git-svn-id: svn://192.168.202.10@470 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/UPGRADE | 23 +++++++++++++++++++---- agc_2-X/trunk/docs/BASE_INSTALL.txt | 2 +- agc_2-X/trunk/docs/README.txt | 13 ++++++++++++- agc_2-X/trunk/docs/SCRATCH_INSTALL.txt | 2 +- agc_2-X/trunk/version | 2 +- 5 files changed, 34 insertions(+), 8 deletions(-) diff --git a/agc_2-X/trunk/UPGRADE b/agc_2-X/trunk/UPGRADE index 68bb473a..1f81ff3d 100644 --- a/agc_2-X/trunk/UPGRADE +++ b/agc_2-X/trunk/UPGRADE @@ -14,14 +14,16 @@ NOTE: Upgrading from 1.1.12-3 to 2.0.1 is at the bottom 2. upgrade the MySQL asterisk database: mysql use asterisk - \. /path/from/root/extras/upgrade_2.0.3.sql + \. /path/from/root/extras/upgrade_2.0.3.sql quit 3. The server_stats.php has been merged into the vicidial/admin.php page -4. Width of the admin.php screen now definable by variables at top of script. +4. Width of the admin.php screen, and the color and size of the headers are all + now definable by variables at top of the admin.php script. -5. Dial Override checkbox added to force dial_level changes in ADAPT modes +5. Dial Override checkbox added to the campaign modification screen of admin.php + to force manual dial_level changes in ADAPT dialing modes. 6. Behaviour of HotKeys in manual dial mode has changed to automatically go on to the next lead when a HotKey is pressed. @@ -33,7 +35,20 @@ NOTE: Upgrading from 1.1.12-3 to 2.0.1 is at the bottom campaign capable of taking inbound calls. 9. In Auto-dialing campaigns(RATIO and ADAPT) you can now configure the dialer - to dial up to two alternate numbers per lead automatically + to dial up to two alternate numbers per lead automatically, as well as + defining the statuses that you want to do this for. More info about + this feature in the ALTERNATE_NUMBER_DIALING.txt doc. + +10. Added ability to send multiple concurrent transfers at once to agents in + outbound campaigns. This will greatly benefit larger VICIDIAL + installations by decreasing the time it takes for a call to get to an + agent once answered after a large queue backup. This is defaulted to + AUTO, but can be forced to a set number. This is the Concurrent + Transfers option in the Campaign Modification page. + +11. New optimized code for AST_manager_send.pl and AST_send_action_child.pl. + Thanks to Lott Caskey for the code contribution + diff --git a/agc_2-X/trunk/docs/BASE_INSTALL.txt b/agc_2-X/trunk/docs/BASE_INSTALL.txt index ae60168a..d7e4571c 100644 --- a/agc_2-X/trunk/docs/BASE_INSTALL.txt +++ b/agc_2-X/trunk/docs/BASE_INSTALL.txt @@ -1,4 +1,4 @@ -Asterisk/astguiclient install from existing server. v.2.0.2 2006-1X-XX +Asterisk/astguiclient install from existing server. v.2.0.3 2007-01-17 By the astGUIclient group astguiclient@eflo.net diff --git a/agc_2-X/trunk/docs/README.txt b/agc_2-X/trunk/docs/README.txt index 14327933..336e812b 100644 --- a/agc_2-X/trunk/docs/README.txt +++ b/agc_2-X/trunk/docs/README.txt @@ -1,5 +1,5 @@ +------------------------------------------------------------------------------+ -| Asterisk GUI client - astguiclient - twenty-seventh public release 2.0.2 | +| Asterisk GUI client - astguiclient - twenty-seventh public release 2.0.3 | | created by astGUIclient group | | project started 2003-10-06 http://sourceforge.net/projects/astguiclient/ | +------------------------------------------------------------------------------+ @@ -554,3 +554,14 @@ UPGRADE NOTES: http://www.eflo.net/VICIDIALwiki/index.php/TODO:2.0.2 UPGRADE NOTES: * if upgrading from 2.0.1 you need to follow instructions in the UPGRADE doc + +2.0.3 - Twenty-Eighth public release - 2007-01-XX +- Added optimized manager sending scripts +- Made several changes to admin.php and made it more customizable +- Made changes to HotKeys to allow for manual auto dial and auto alt number dial +- Added ability to dial alternate lead phone numbers in auto-dial modes +- Added ability to send more calls to agents at once helping large installations +- Many other changes and bug fixes listed in the TODO Wiki webpage: + http://www.eflo.net/VICIDIALwiki/index.php/TODO:current +UPGRADE NOTES: + * if upgrading from 2.0.2 you need to follow instructions in the UPGRADE doc diff --git a/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt b/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt index b4cce8bd..a9ab817e 100644 --- a/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt +++ b/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt @@ -1,4 +1,4 @@ -Asterisk/astguiclient install from scratch. v.2.0.2 2006-12-22 +Asterisk/astguiclient install from scratch. v.2.0.3 2007-01-17 By the astGUIclient group astguiclient@eflo.net **** IMPORTANT - In order for vicidial/astguiclient to function correctly please diff --git a/agc_2-X/trunk/version b/agc_2-X/trunk/version index 83ea5a93..bdb0aa54 100644 --- a/agc_2-X/trunk/version +++ b/agc_2-X/trunk/version @@ -1 +1 @@ -2.0.3a1 +2.0.3b1