# 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="https://4187494610-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFe4cpY1jy0FJ4kgC7wSx%2Fuploads%2FizpF1rrgzL6WgDNhiwiQ%2Ftransfer-node.png?alt=media&#x26;token=173cbfe1-5324-42ba-af7e-fe98367a4e43" 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>
