> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# NO_ANSWER

> This event triggers when a call isn't answered within the ringing time and the AI Agent hangs up automatically.

This event serves to indicate that the call wasn't answered within the specified ringing time.

When the AI Agent rings for the number of seconds you specify in the [Transfer Node](/ai/agents/develop/node-reference/voice/voice-gateway/transfer) settings and there is no response during this ringing time, the AI Agent hangs up the call.

Payload:

```json theme={null}
{
  "event": "NO_ANSWER",
  "payload": {
    "call_sid": "fd25a8f6-b7a0-41ad-xxxx-xxxxxxxxxxxx",
    "direction": "inbound",
    "from": "+140xxxxxxxxx",
    "to": "+441xxxxxxxxx",
    "call_status": "completed",
    "call_termination_by": "caller",
    "duration": 15,
    "dial_call_status": "no-answer",
    "dial_sip_status": 487,
    "dial_call_sid": "5c854151-0e0a-4fbf-xxxx-xxxxxxxxxxxx"
  }
}
```

## More Information

* [Hangup](/voice-gateway/references/verbs/hangup)
