updated documentation for 2.0.3b1 release
git-svn-id: svn://192.168.202.10@470 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -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 <nothing changed yet>
|
||||
\. /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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
+12
-1
@@ -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 <astguiclient@eflo.net> |
|
||||
| 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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user