Agent Time Call" report
Added by Sandro Vespucci almost 6 years ago
in the "Agent Time Call" report the "Agent Time" data is not working correctly. If instead we export the report it seems to be correct. I attach I imagine of the report
Tnx!
Replies (2)
RE: Agent Time Call" report
-
Added by Wittie Manansala almost 6 years ago
Hi,
Thanks for bringing up the issue.
We have file a issue tracker for the said issue. Please monitor below link for updates:
RE: Agent Time Call" report
-
Added by Wittie Manansala almost 6 years ago
Hi,
Our Dev Team fixed the bug.
Please update your server by following the steps below:
1. cp -rp /var/www/html /var/www/html_orig
2. cd /var/www
3. git pull
4. cd /var/www/goAPIv2 or cd goAPIv2
5. git pull
6. mysql -A
7. use goautodialdb;
8. run the below command:
ALTER TABLE go_campaigns ADD COLUMN manual_dial_min_digits INT DEFAULT '6';
Thanks