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

# DialNexa Calls Overview

> Understand DialNexa calls across phone numbers, inbound calls, outbound calls, web calls, call transfer, voicemail, SIP trunking, and call history.

DialNexa calls are the live conversations created by agents, phone numbers, batch campaigns, workflows, web calls, or manual tests. A call combines a route, a published agent version, a recipient or caller, and a call log that stores the evidence afterward.

## Get Your First Call Working

New to calls? The fastest path from zero to a live conversation:

<Steps>
  <Step title="Get a number">
    [Buy a number](/calls/phone-numbers) or [link your own via SIP trunking](/calls/sip-trunking). Outbound calling also requires [KYC verification](/platform/kyc-and-outbound-readiness).
  </Step>

  <Step title="Point it at a published agent">
    Assign a published agent version to the number for [inbound answering](/calls/inbound-calls), or place a [single outbound call](/calls/outbound-calls).
  </Step>

  <Step title="Verify in Call History">
    Open [Call History](/monitoring/call-history) and confirm the status, transcript, and recording match what you expected.
  </Step>
</Steps>

<img src="https://mintcdn.com/dialnexa/O6bVvssz6DpTKOa0/images/documentation/screenshots/phone-numbers-list.jpg?fit=max&auto=format&n=O6bVvssz6DpTKOa0&q=85&s=1f1fdd23ace4d2d05909851b7cf75402" alt="DialNexa Phone Numbers page showing the phone routes that create inbound and outbound call records." style={{ width: '100%', maxWidth: '1100px', margin: '8px 0 24px', border: '1px solid #e5e7eb', borderRadius: '6px' }} width="1710" height="985" data-path="images/documentation/screenshots/phone-numbers-list.jpg" />

<Note>
  A call is not complete when it rings. It is complete when you can explain what happened afterward.
</Note>

## Call Entry Points

Different product surfaces create different kinds of call records.

| Entry point        | How it starts                                                                    | Where to review                        |
| ------------------ | -------------------------------------------------------------------------------- | -------------------------------------- |
| Inbound call       | A caller dials a DialNexa number assigned to an inbound agent version.           | Call History                           |
| Outbound call      | A user or API starts a single call through an outbound number and agent version. | Call History                           |
| Batch call         | A campaign calls many recipients from a CSV file.                                | Batch Calls and Call History           |
| Workflow call node | A workflow lead reaches a Voice Call node.                                       | Workflow lead history and Call History |
| Web call           | A browser or web experience starts a web-type call.                              | Call History                           |

## The Route Decides The Agent

Routing is the first thing to check when a call uses the wrong behavior.

<CardGroup cols={2}>
  <Card title="Phone number assignment" icon="phone" href="/calls/phone-numbers">
    Numbers can have inbound and outbound agent ids and version numbers.
  </Card>

  <Card title="Batch selected number" icon="list-checks" href="/batch-calls/overview">
    Batch Calls use numbers that already have an outbound agent version attached.
  </Card>

  <Card title="Workflow call node" icon="workflow" href="/workflows/call-nodes">
    Voice Call nodes require an active phone number with outbound agent configured.
  </Card>

  <Card title="Web call setup" icon="globe" href="/calls/web-calls">
    Web calls create web-type records and can be terminated by API.
  </Card>
</CardGroup>

## Investigate A Call From Start To Finish

<Steps>
  <Step title="Find how it started">
    Check whether the call came from inbound, outbound, batch, workflow, web, or test.
  </Step>

  <Step title="Confirm the route">
    Open the number, batch, or workflow node that selected the agent version.
  </Step>

  <Step title="Open the call detail">
    Review status, recording, transcript, summary, extracted fields, transfer data, and audio cache.
  </Step>

  <Step title="Export or annotate if needed">
    Use exports for reporting and annotations for prompt improvement suggestions.
  </Step>
</Steps>

## Related Reading

<CardGroup cols={2}>
  <Card title="Phone Numbers" icon="phone" href="/calls/phone-numbers">
    Understand route setup.
  </Card>

  <Card title="Call History" icon="activity" href="/monitoring/call-history">
    Review call records.
  </Card>

  <Card title="Call Detail Page" icon="panel-right" href="/monitoring/call-detail-page">
    Inspect a single call.
  </Card>
</CardGroup>
