CallQAi Release Notes: October 2025

  • Added logic to identify and assign manager role for client-side functionality
  • Corrected report logic to include evaluation score card
  • Updated Analysis page to display last two weeks of data by default
  • Added dashboard logic to send total seconds transcribed and total calls processed
  • Added logic to mark calls as skipped instead of excluding them during backend load
  • Updated Calls page to display last two weeks of data by default
  • Updated backend and UI logic to show last 7 days and 30 days of calls on the clients page
  • Updated individual evaluation report structure for better UI representation
  • Updated logic to EULA only to Admin users
  • Updated logic to display only the users that the currently logged-in user has access to
  • Changed default end date from 9000 to 9999 to avoid PostgreSQL treating it as infinity
  • Updated logic to handle and process the new JSON format returned by the completion service
  • Restricted access for non-admin users to view-only mode
  • Updated evaluation prompts to ensure output is in proper JSON format
  • Tweaked prompt logic to avoid penalizing SDRs when prospects are unresponsive
  • Added Cron Scheduler functionality
  • Replaced interval-based scheduler with a cron scheduler to ensure tasks run at consistent, predictable times.