ElevenLabs · Call Termination
2,261 calls · termination trigger + agent-evoked reasons
2,261
Total Calls
352
Agent-Evoked Ends
15.6%
of calls ended by agent
Note — excluded data: Excluded from these insights: (1) 49 historical 'exceeded maximum duration' cutoffs (Kazumi, Apr 15–17 2026, ~3-min cap since raised to 60 min) — a config artifact; (2) 'exceeds your quota limit' rejections — account-level credit/usage-cap refusals that bounce calls ~2s at connect (infra, not call-termination behavior). Both removed to avoid polluting insights. See exclusions.py.
“user non responsive” — Savannah Bond, 40s
“User unresponsive after multiple prompts” — Princess Frenxh, 33s
“User repeatedly silent, likely done or disconnected” — Princess Frenxh, 106s
“Caller non responsive after multiple prompts” — Alexis Mucci, 61s
“Caller expressing impregnation kink in a way that risks involving non consensual or unsafe scenario” — Princess Frenxh, 306s
“User engaged in explicit sexual content that goes beyond allowed tone; ending session per safety policy.” — Princess Frenxh, 909s
“User said 'My mother' in a likely sexualized flirt context; need to avoid any potential incest or non-consensual or inappropriate scenario.” — Princess Frenxh, 31s
“User referenced 'my dad' in unclear context early in call; potential for non-consensual or unsafe direction. Ending for safety.” — Alexis Mucci, 33s
“user said they are checking out / ending call” — Savannah Bond, 26s
“User seems to be wrapping up with thanks; end conversation politely per instructions.” — Alexis Mucci, 92s
“Caller indicated they are under eighteen; line is adults only.” — Ana Nello, 47s
“User shifted to English general statement, time nearly out per tool; wrap call gently.” — Beatriz, 104s
“Hostile or abusive caller who escalated after initial check-in” — Alexis Mucci, 47s
“User made direct threat of physical harm toward assistant.” — Ana Nello, 19s
“Caller became verbally abusive toward Lena.” — Lena The Plug, 39s
“Caller used racist and abusive language toward assistant” — Lena The Plug, 66s
“User wants to leave the call.” — Alexis Mucci, 56s
“User directly requested to end the call.” — Sophie Dee, 15s
“User indicated she is off, implying they want to end the call or that Sophie is not present.” — Sophie Dee, 40s
“user said bye and asked to stop” — Sophie Dee, 298s
“User tokens ending and system requires end_call for farewell” — Savannah Bond, 103s
“Token limit reached, need to end gently” — Alexis Mucci, 103s
“Completed erotic roleplay session and user has reached climax; end of natural interaction arc.” — Rachel Jane, 957s
“Stage 4 close completed; ending call per timing constraints and user acknowledged.” — Kazumi, 96s
“User speaking in a language I cannot understand and not providing clear intent; unable to continue meaningfully” — Savannah Bond, 74s
“User cannot hear assistant audio and repeatedly reports no audio; end call gracefully.” — Brody Jean, 67s
Reason buckets are keyword-heuristic over the agent's free-text end_call reason (no LLM used). Verbatim reasons shown for spot-checking.
Impact ●●● high → ○○ low · Effort ●●● high → ○○ low. P0 = do now (high impact, prompt-only).
| Pri | Step | Impact | Effort |
|---|---|---|---|
| P0 | Silence → re-engage (prompt + end_call description edit) Biggest single lever — ~48% of agent hang-ups. Prompt-only change. |
●●● | ●○○ |
| P0 | Block explicitness-triggered ends; redirect to CTA Highest-volume false-positive cluster; already against the agents' own rule. |
●●● | ●○○ |
| P1 | Define 'Stage 4' as a re-engage loop (remove arc-complete close) Removes the improvised-close behavior at the prompt level. |
●●○ | ●○○ |
| P1 | Extend `no_premature_end` eval to silence/arc/disengagement Turns the fix into a measurable metric per agent. |
●●○ | ●○○ |
| P1 | Run the LLM policy review (add ANTHROPIC_API_KEY) Precise per-call verdict + per-agent offender ranking; tightens the needs-human set. |
●●○ | ●○○ |
| P2 | Human review the ~54 needs-human cases; codify gray-area policy Taboo content, fantasy-vs-real non-consent, user-initiated exits. Needs reviewer time. |
●●○ | ●●○ |
| P2 | Ops fix: account quota/credit exhaustion + TTS errors Calls failing at connect waste first impressions. Separate team. |
●●○ | ●●○ |
| P3 | Instrument user identity for new/returning analytics Requires eng + data work (call_id → backend join or anon-id passthrough). |
●○○ | ●●● |