TRANSFER CALL to AE:
# support
e
v
To pass a specific caller ID when transferring a call, ensure your
transferCall
tool's destination includes the
callerId
field, like this:
Copy code
json
{
  "type": "transferCall",
  "destinations": [
    {
      "type": "number",
      "number": "+19148889260",
      "callerId": "+16193298383"
    }
  ]
}
Make sure your SIP provider supports custom caller ID and that SIP REFER is enabled for transfers. For more details, see the [Vapi call forwarding documentation](https://docs.vapi.ai/call-forwarding). Source: - [Vapi Call Forwarding Documentation](https://docs.vapi.ai/call-forwarding)
c
Could you please test the transfer without the callerId?
2 Views