Skip to main content
The End Call node terminates the active call. Every flow path must eventually reach an End Call node or a Transfer node.

Behavior

  • Hangs up the call after an optional delay
  • Can receive connections from multiple nodes
  • Has no output handles — it is always a terminal node

Configuration

ParameterTypeDefaultRangeDescription
hangupDelaynumber100100–10,000Delay in milliseconds before hanging up. Use this to let a final TTS message finish playing before the call disconnects.

Use cases

Set hangupDelay to 2000 (2 seconds) so a goodbye message finishes playing before the line drops.
Keep the default 100ms for scenarios where no final audio is needed (e.g., after a successful transfer).
Connect a Time Check (Closed) → TTS (“We’re closed, please call back”) → End Call with a 3-second delay.