> ## 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.

# Call Transfer In DialNexa

> Understand DialNexa call transfer, transfer destinations, representative briefs, hunt settings, warm transfer details, and transfer review in Call History.

Call transfer in DialNexa lets an agent hand a caller to a human or another destination when the conversation should not continue with AI alone. Transfer behavior can include destination lists, representative briefing, hunt mode, timeouts, and call detail transfer evidence.

<Warning>
  A transfer is two conversations stitched together. Test both sides, or the stitch shows.
</Warning>

## Before You Begin

Prepare the destination numbers, expected transfer type, representative availability, fallback behavior, and a published agent version. Tell test participants when the transfer should occur.

## Transfer Configuration Pieces

Transfer behavior can be defined at flow node or version level.

| Piece                     | Purpose                                                                                          |
| ------------------------- | ------------------------------------------------------------------------------------------------ |
| Transfer destinations     | Numbers the agent can attempt to reach. Flow setups can use a dynamic variable for destinations. |
| Representative brief      | Context the agent should provide before bridging the caller.                                     |
| Hunt mode                 | Parallel or priority style selection where configured.                                           |
| Sequential delay          | Delay between attempts when using ordered destinations.                                          |
| Hunt timeout              | Total time allowed for finding an available destination.                                         |
| Customer bridge timeout   | How long the caller waits while the bridge is created.                                           |
| Post-merge speech timeout | Validation window after merge to ensure the representative speaks.                               |

## Transfer Evidence In Call History

The transfer tab explains what happened after the agent tried to hand off.

<CardGroup cols={2}>
  <Card title="Transfer sessions" icon="phone-forwarded" href="/docs/monitoring/retries-transfers-and-audio-cache">
    Shows transfer id, status, timing, and high-level result.
  </Card>

  <Card title="Leg details" icon="network" href="/docs/monitoring/call-detail-page">
    Shows each attempted destination and answer timing.
  </Card>

  <Card title="Status descriptions" icon="info" href="/docs/reference/statuses">
    Explains outcomes such as connected, no answer, rejected, hunt timeout, bridge failed, or customer disconnected.
  </Card>

  <Card title="Original transcript" icon="file-text" href="/docs/monitoring/transcripts-recordings-and-summaries">
    Shows why the agent decided to transfer.
  </Card>
</CardGroup>

## Test A Transfer Path

<Steps>
  <Step title="Set destination values">
    Use explicit numbers or a validated transfer destination variable.
  </Step>

  <Step title="Write a brief format">
    Give the representative the context they need before the caller joins.
  </Step>

  <Step title="Test reachable and unreachable destinations">
    A transfer only tested with a perfect answer is not tested.
  </Step>

  <Step title="Open the transfer tab">
    Review status, leg timing, and whether the bridge completed.
  </Step>
</Steps>

## Verify The Transfer Result

Run one successful transfer and one unanswered transfer. Confirm the customer experience, representative briefing where enabled, transfer status, leg status, destination, and final call evidence in Call History.

## Transfer Troubleshooting

If a transfer does not complete, check destination formatting, variable values, representative availability, hunt timing, briefing generation, and the transfer status stored on the call.

## Related Reading

<CardGroup cols={2}>
  <Card title="Conversational Flow Agents" icon="git-branch" href="/docs/agents/conversational-flow-agents">
    Use transfer nodes.
  </Card>

  <Card title="Fallback Settings" icon="braces" href="/docs/agent-settings/fallback-settings">
    Set transfer destination defaults.
  </Card>

  <Card title="Transfer Review" icon="activity" href="/docs/monitoring/retries-transfers-and-audio-cache">
    Inspect transfer evidence.
  </Card>
</CardGroup>
