Skip to main content

Disconnect Interactions

Navigation: Admin → Routing → Disconnect Interactions Context: Operational troubleshooting tool — used to manually terminate stuck or ghost interactions


What Is the Disconnect Interactions Tool?

The Disconnect Interactions tool allows administrators to manually terminate an interaction that is stuck in the system — one that remains active in queues, real-time views, or reports even though the customer and agent have both disconnected.

This is a break-glass operational tool, not a routine configuration item.


When to Use It

SymptomLikely Cause
Interaction shows active in real-time dashboard after agent ended the callSystem failed to clear interaction state
Queue statistics show an interaction that cannot be answeredInteraction stuck in queue with no active parties
Agent stuck in ACW or handling state for a call that endedWebRTC session or signaling not closed cleanly
Ghost interaction visible in Performance ViewsPlatform sync delay or session persistence issue

Common root causes: persistent WebRTC sessions, SIP signaling not terminating cleanly, interactions left on hold with no parties, platform synchronization issues.

⚠️ Risk: If an interaction is still genuinely active (customer still on hold, agent still connected), using this tool will immediately drop the call. Always verify the interaction is truly stuck before disconnecting.


How to Use It

  1. Admin → Routing → Disconnect Interactions
  2. Locate the Interaction ID of the problematic interaction
  3. Enter the Interaction ID in the input field
  4. Click Disconnect Interaction
  5. Verify the interaction no longer appears in real-time views or queue statistics

Finding the Interaction ID

The Interaction ID is a UUID-format string. Find it from:

SourceHow
Real-time Performance ViewsClick the stuck interaction → copy the Interaction ID from the details panel
Interaction Details reportSearch by agent, queue, or time range → find the interaction
Analytics APIQuery for active interactions if the UI doesn't surface it easily

What Happens When You Disconnect

  • The interaction is immediately terminated
  • It is removed from queue statistics and real-time views
  • The system logs the disconnection
  • If the interaction was genuinely still active, the call is dropped — no warning is given to the customer or agent

Limitations

LimitationDetail
Some interactions cannot be disconnectedSystem-level lock or platform state prevents it
Dashboard may not update instantlyReal-time views have a refresh delay — wait a moment before concluding it didn't work
Root cause is not resolvedThe tool terminates the stuck interaction but does not fix the underlying cause (WebRTC issue, network problem, etc.)
Requires escalationIf the tool fails, contact Genesys Cloud Customer Care with the Interaction ID

Operational Workflow

Stuck interaction identified in real-time view or queue
      ↓
Validate — confirm no active parties (agent + customer both gone)
      ↓
Locate Interaction ID
      ↓
Admin → Routing → Disconnect Interactions
      ↓
Enter ID → Disconnect Interaction
      ↓
Verify interaction removed from views
      ↓
Document the incident (ID, time, root cause if known)
      ↓
If persists → escalate to Genesys Customer Care

Troubleshooting

IssueCauseFix
Interaction cannot be disconnectedPlatform-level state lockEscalate to Genesys Customer Care with Interaction ID
Interaction still visible after disconnectDashboard refresh delayWait 30–60 seconds and refresh the view
Interaction ID not foundWrong ID copiedRe-verify the ID from interaction details or analytics
Multiple stuck interactions simultaneouslySystemic WebRTC or network issueInvestigate root cause; check Edge health and network connectivity

Troubleshooting Checklist

Check
Confirmed interaction is actually stuck (not active)
Interaction ID captured from performance view or reports
Disconnect tool accessed at Admin → Routing
Interaction ID entered and disconnect executed
Verified interaction no longer in queue or real-time view
Incident documented
Escalated to Genesys Care if tool failed

Key Facts for Exam / Interview

QuestionAnswer
Where is the Disconnect Interactions tool?Admin → Routing → Disconnect Interactions
What is required to use it?The Interaction ID of the stuck interaction
What happens immediately when you disconnect?The interaction is terminated and removed from active sessions
What if the tool doesn't work?Escalate to Genesys Cloud Customer Care
What is the risk of using this tool carelessly?Disconnecting a genuinely active call drops the customer without warning

See Also

  • Platform Usage & Monitoring — real-time views where stuck interactions are typically spotted
  • Queue & Routing Management — queue statistics affected by stuck interactions
  • Architect Overview — WebRTC and SIP session handling context