emu_call_action
Manage an active call by answering, holding, resuming, or dropping it. Supply a session ID and optional reason to execute the desired mid-call state transition.
Instructions
Executes mid-call state transitions such as answering, holding, resuming, or disconnecting an active call session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform on the call session | |
| reason | No | Optional disconnect or action reason (e.g. NormalClearing, UserBusy) | |
| sessionId | Yes | Unique call session ID |