# Version 2.1.3 Telnyx Answer/Transfer Fix

This fixes the Telnyx error:

`This call can't receive transfer command because it has not been answered yet.`

## What changed

- On `call.initiated`, the app now only sends the Telnyx answer command.
- The app waits for the `call.answered` event before sending the transfer command.
- After-hours speak/hangup also waits until the call is answered.
- The SMS route now ignores Telnyx delivery/status webhooks such as:
  - `message.sent`
  - `message.finalized`
  - `message.delivered`
  - `message.delivery_failed`

## Why this matters

Telnyx can reject transfer commands if they are sent immediately after answer but before the call is actually in the answered state.
