Call ID- e06f6284-7b6d-4ba2-880c-203ed7beee49
I am attempting to transfer the user from the agent to a phone number via the Assistants Page
- I have tried creating a tool transfercall. and applying it to the agent
- I have tried using just predeifned forwarding number
- I have tried combination of both.
- Call logs show unknown error so I don't have much to go off of.
- I have tried transferring to Twilio number, Vapi number, and my cell.
- I only have success if doing it from the Phone Numbers Page manually
- No logs in Twlio, so it doesn't appear to be making it there.
Happy to dig further, but could use some help please.
Call analysis shows:
*call_analysis: {
key_topics: [
0: "Call transfer"
]
call_outcome: "Incomplete due to unknown error"
call_purpose: "Call transfer request"
user_sentiment: "Neutral"
}
}*
Call Messages Show:
{
"role": "tool_calls",
"time": 1747724681559,
"message": "",
"toolCalls": [
{
"id": "call_MnPI4q9SEFvM1pM8nl0MrCDB",
"type": "function",
"function": {
"name": "transferCall",
"arguments": "{\"destination\": \"+1520xxxxxxx\"}"
}
}
],
"secondsFromStart": 10.165
}
{
"name": "transferCall",
"role": "tool_call_result",
"time": 1747724682954,
"result": "Success.",
"toolCallId": "call_MnPI4q9SEFvM1pM8nl0MrCDB",
"secondsFromStart": 11.56
}