Hangup Applet
2 min
the hangup applet terminates a call use it as the final step in a call flow to cleanly end the conversation how it works when a call reaches the hangup applet, the call is immediately disconnected usage place the hangup applet at the end of any branch in your call flow where you want the call to terminate incoming call → greeting → ivr menu ├── 1 → connect → hangup ├── 2 → connect → hangup └── no input → greeting ("goodbye") → hangup when to use at the end of every call flow branch to ensure calls are properly terminated after a greeting applet that plays a final message as a fallback for unhandled ivr inputs
