The system returns a 408 Request Timeout when the Architect flow exceeds the 30-second threshold for complex IVR navigation. This occurs specifically within the ‘Customer Service’ queue in the EU-West region. The performance dashboard registers the interaction as ‘Abandoned’ rather than ‘Handled,’ despite the agent eventually taking the call after the timeout resolution. This discrepancy skews the Average Handle Time (AHT) metrics and distorts the agent performance reports for the Paris shift. The business impact is significant, as these metrics drive the weekly operational reviews. The flow structure involves multiple nested sub-flows and data fetches, which contribute to the processing delay. The issue appears intermittent, affecting approximately 15% of high-volume inbound calls during peak hours. The expectation is that the dashboard should reflect the actual disposition of the call once it is connected to an agent, regardless of the initial timeout event. The current behavior suggests a gap in how the platform correlates the timeout event with the subsequent successful transfer.
- Verified the flow execution logs via the Conversation Detail View to confirm the agent interaction was successfully logged.
- Reviewed the queue configuration settings to ensure the ‘Wrap-up Time’ and ‘Max Hold Time’ parameters are not inadvertently triggering the abandonment status.