Transfer call not working
# support
k
Hello. We have a problem with transfer call (transferCall tools ) is not working. As an example CALL ID ad12137e-83eb-4af6-9c83-c2aaae0543b0 141ed9b7-4207-4c4d-a296-cd3d0d54eac6 https://dashboard.vapi.ai/calls/ad12137e-83eb-4af6-9c83-c2aaae0543b0 https://dashboard.vapi.ai/calls/141ed9b7-4207-4c4d-a296-cd3d0d54eac6
v
message has been deleted
@khalezin I'm sorry to hear that you're experiencing issues with the transferCall tool. To assist you better, could you please provide more details about the problem? Specifically, are you receiving any error messages when you attempt to use the transferCall tool, or is the call simply not being transferred as expected? Additionally, could you confirm if you have specified the destinations to which the calls should be transferred, or if you are relying on the server.url to obtain the transfer destination?
You can continue this conversation by mentioning me in the message.
s
Hey @khalezin , are you using your own twilio account or ours?
k
Hi @Sahil We use our twilio account and import phone numbers to vapi
This is the answer from twilio support
Copy code
Hello Dmitrii, 
 
Thanks for contacting Twilio Technical Support. My name is Pritam, I will be assisting you with this case.
 
I have checked the given sample and can see that you have tried to update the call but received 21220 error, which primarily means You attempted a realtime operation on a Call that was not in-progress. Calls that have completed cannot be recorded or redirected.
 
Further I have checked, can see that you have tried to update the call using API, at the same time you have sent <Hangup> in that same request, as a result call got disconnected and error code 21220 triggered.
s
hi @khalezin seems like llm called transferCall tool without any destination param. so we were not able to find the destination to transfer the call to. can you check if your tool is setup properly with destinations,?
4 Views