Soma_Szileczki
05/27/2025, 9:01 PMVapi Support Bot
05/27/2025, 9:03 PMtransferCall
tool like this:
json
{
"type": "transferCall",
"destinations": [
{
"type": "number",
"number": "+1234567890", // your personal number in E.164 format
"message": "Connecting you now."
}
],
"function": {
"name": "transferCall",
"parameters": {
"type": "object",
"properties": {
"destination": {
"type": "string",
"enum": ["+1234567890"],
"description": "The destination to transfer the call to."
}
},
"required": ["destination"]
}
}
}
Tip: If you see "unknown-error" in logs, double-check that SIP REFER is enabled in your Telnyx trunk settings.
Sources:
- [Vapi call forwarding documentation](https://docs.vapi.ai/call-forwarding)
- [Telnyx SIP integration](https://docs.vapi.ai/advanced/sip/telnyx)
- [Discord troubleshooting thread](https://discord.com/channels/1211482211119796234/1343963959421829172)Kings Big
05/28/2025, 11:20 PM