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

# Transfer

<Frame>
  <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/OU10XTKbB-9IwiZJ/_assets/ai/develop/node-reference/audiocodes/transfer.png?fit=max&auto=format&n=OU10XTKbB-9IwiZJ&q=85&s=409678074eb251061436f4bb35070e3a" alt="AudioCodes Transfer Node configuration panel" style={{ width: 'auto' }} width="263" height="60" data-path="_assets/ai/develop/node-reference/audiocodes/transfer.png" />

  <figcaption>AudioCodes Transfer</figcaption>
</Frame>

## Description

<Warning>
  * As of Cognigy.AI 4.96.0, AudioCodes Nodes and Generic Voice Nodes are deprecated. Flows with these Nodes continue to work, and you can still edit and clone them as well as export them as a Package. However, you can't create new ones in Cognigy.AI 4.96 or later.
  * The full removal of AudioCodes Nodes is planned for Q2 2026. After the removal, AI Agents using these Nodes will stop working properly. We strongly recommend migrating to [Voice Gateway Nodes](/ai/agents/develop/node-reference/voice/voice-gateway/overview) before the removal date.
</Warning>

The Transfer Node lets you pass an active call to a tel or sip target.

| Parameter            | Type          | Description                                                                                                                     |
| -------------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| Reasons              | CognigyScript | The reason for the handover. Will show in AudioCode logs.                                                                       |
| Target               | CognigyScript | The target URI to pass the call to. Typically either a "tel" or "sip" URI.                                                      |
| Referral URL         | CognigyScript | Defines the party (URL) who initiated the call referral                                                                         |
| Transfer SIP Headers | JSON          | Array of objects listing SIP headers that should be sent to the transferee. Each object comprises a name and a value attribute. |
