Ben from the Future
03/24/2025, 5:33 AM{
"id": "cb032523-e163-45e4-afd1-50f192ed96ea",
"createdAt": "2025-03-24T05:13:00.351Z",
"updatedAt": "2025-03-24T05:28:34.585Z",
"type": "transferCall",
"function": {
"name": "transfer_call_tool",
"strict": false,
"description": "Transfer the call to Ben or when the user asks to speak to a human. ",
"parameters": {
"type": "object",
"properties": {},
"required": []
}
},
"messages": [],
"orgId": "b947b20e-6a50-489c-a96c-e2621da8bd3f",
"async": false,
"destinations": [
{
"type": "number",
"number": "+614XXXXXXXX",
"message": "Transferring you to Ben now, give me a moment. I'll also let Ben know what we were talking about.",
"description": "When the user want's to speak to Ben",
"transferPlan": {
"mode": "blind-transfer",
"message": "",
"sipVerb": "refer",
"summaryPlan": {
"enabled": true,
"timeoutSeconds": 5,
"useAssistantLlm": false
}
},
"numberE164CheckEnabled": false
}
]
}
Also tried the built in transfer option in the UI.
Call logs show a successful transfer, but the call just drops.Vapi Support Bot
03/24/2025, 5:35 AMsipVerb: "refer"
, which might be causing compatibility problems. Some systems aren't configured to handle SIP REFER messages properly, which Vapi uses for transfers. As noted in [support threads](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1333634755044048979), this is a common issue.
3. **Call Log Accuracy**: The call logs in Vapi may not always accurately reflect what's happening with the call. There are [multiple reports](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334368749716897872) of logs showing successful transfers when the call actually drops.
## Troubleshooting Steps
Here are some steps you can try:
1. **Try Different SIP Verb**: Consider modifying your custom tool to use a different SIP verb if possible. Some users have had success by switching from REFER to INVITE.
2. **Check E164 Format**: Although you've set numberE164CheckEnabled: false
, ensure your number format is correct. The standard format should be +[country code][number].Vapi Support Bot
03/24/2025, 5:35 AMRaju
03/24/2025, 6:51 AMBen from the Future
03/24/2025, 8:33 AMBen from the Future
03/24/2025, 8:34 AMBen from the Future
03/24/2025, 9:52 PMKings Big
03/24/2025, 10:51 PMKings Big
03/24/2025, 10:56 PMKings Big
03/24/2025, 10:57 PMBen from the Future
03/25/2025, 11:12 PMRaju
03/26/2025, 1:48 AMRaju
03/26/2025, 1:49 AMBen from the Future
03/26/2025, 2:11 AMRaju
03/26/2025, 2:26 AM