# Transfer

The Transfer node transfers the call to another destination on the voice channel. A successful transfer completes the execution of this flow. If the transfer node is executed on the chat channel, or if the call is still connected after a failed transfer attempt the flow continues through the **error exit**.

<figure><img src="/files/6zDyNYGoXtMB4IPiGuwr" alt=""><figcaption></figcaption></figure>

## Parameters&#x20;

<table><thead><tr><th width="141">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Destination</td><td><p>The destination to transfer the call to. Either a valid </p><ul><li>tel: (E.164 format) <code>tel:+121224445**</code> </li><li>sip: URI. <code>sip:571549****@nw.iv****.com</code> <code>sip:571549****@10.197.1</code>  </li></ul></td></tr><tr><td>Label</td><td>An informative label that is shown together with the destination on the node in the flow to improve readability. <code>Connect to agent: tel:+121224445**</code></td></tr><tr><td>Integration ID variable</td><td>For <code>sip: URI</code> destinations only. The value of this context variable is added as User to User Information (UUI) to the transfer, allowing to send contextual data along with the transfer</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ixhello.com/ixhc2/flows/flow-editor/transfer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
