Eric Castle
09/16/2025, 10:13 PMVapi Support Bot
09/16/2025, 10:13 PMtransferCall tool's destination includes the callerId field, like this:
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)Chiranjeet Mishra
09/18/2025, 9:29 PM