doc updates for new callback duplicate check feature
git-svn-id: svn://192.168.202.10@1962 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -252,6 +252,9 @@ OTHER CHANGES:
|
||||
"Admin Report Log Viewer" linked from the "Admin Utilities" page which
|
||||
allows you to see the reports that have been run on the system.
|
||||
|
||||
43. Added option to the AST_DB_dead_cb_purge.pl script to remove duplicate
|
||||
callback entries for a single lead, keeping the newest one only.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -452,7 +452,9 @@ PHASE 6: ADDING CRONTAB ENTRIES FOR ASTGUICLIENT/VICIDIAL SCRIPTS
|
||||
#*/5 * * * * /usr/share/astguiclient/AST_cleanup_agent_log.pl --only-qm-live-call-check
|
||||
|
||||
# cleanup of the scheduled callback records
|
||||
25 0 * * * /usr/share/astguiclient/AST_DB_dead_cb_purge.pl --purge-non-cb -q
|
||||
25 0 * * * /usr/share/astguiclient/AST_DB_dead_cb_purge.pl --purge-non-cb --quiet
|
||||
# removal of duplicate scheduled callback records
|
||||
#35 0 * * * /usr/share/astguiclient/AST_DB_dead_cb_purge.pl --purge-non-cb --remove-dup-cb --quiet
|
||||
|
||||
## uncomment below if using Vtiger
|
||||
#1 1 * * * /usr/share/astguiclient/Vtiger_optimize_all_tables.pl --quiet
|
||||
|
||||
@@ -2448,7 +2448,9 @@ SUBPHASE 6.5: setting up astguiclient scripts for continuous running
|
||||
#*/5 * * * * /usr/share/astguiclient/AST_cleanup_agent_log.pl --only-qm-live-call-check
|
||||
|
||||
# cleanup of the scheduled callback records
|
||||
25 0 * * * /usr/share/astguiclient/AST_DB_dead_cb_purge.pl --purge-non-cb -q
|
||||
25 0 * * * /usr/share/astguiclient/AST_DB_dead_cb_purge.pl --purge-non-cb --quiet
|
||||
# removal of duplicate scheduled callback records
|
||||
#35 0 * * * /usr/share/astguiclient/AST_DB_dead_cb_purge.pl --purge-non-cb --remove-dup-cb --quiet
|
||||
|
||||
## uncomment below if using Vtiger
|
||||
#1 1 * * * /usr/share/astguiclient/Vtiger_optimize_all_tables.pl --quiet
|
||||
|
||||
Reference in New Issue
Block a user