Bug Fix
- Fix user playback call action is not capture in Linux version
- Fix user download/exported call action is not capture in Linux version
Steps
- Stop tomcat service. systemctl stop tomcat
- Navigate to /u01/app/tomcat/webapps/, backup "dclog.war" to your laptop, then delete "dclog.war".
- Navigate to /u01/app/tomcat/webapps/dclog/WEB-INF/classes/com/duplicall/dclog/web/controller, backup these 2 files. "CallController$CalendarComparator.class & CallController.class". Then delete these 2 files.
- Replace the patch files "CallController$CalendarComparator.class & CallController.class", and set the permission to 777.
- chmod -R 777 CallController$CalendarComparator.class
- chmod -R 777 CallController.class
- Start tomcat service. systemctl start tomcat
- Login as supervisor, test playback call. Check audit trail for the playback history.