hangup_call
End an active voice call instantly using its call_id. Use for emergencies, stuck calls, or when explicitly requested to hang up.
Instructions
Immediately terminate an active voice session.
Disconnects all participants instantly — the caller hears the line drop. There is no graceful goodbye; the call just ends.
Use get_active_calls first to find the call_id of a live call. Only works on calls that are currently in progress.
Use this sparingly — for emergencies, stuck calls, or when explicitly asked to end a call. In most cases, the agent's own timeout and hangup logic will end calls naturally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| call_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||