hey Sahil, I tried again with the twilio number, but still got the same issue.
I have tested calling the twilio number directly, and it works fine, so I know that is working as expected.
the Call ID is bf217827-9fdb-43a4-9b58-e7dccc76a600
and again I got
{
"name": "transferCall",
"role": "tool_call_result",
"time": 1739258815917,
"result": "Success.",
"toolCallId": "call_75myzX5vBVkKYgUuVWv3MaI6",
"secondsFromStart": 19.887
}
but the call just hang up after the AI assistant it is going to transfer
here is the tool call message
{
"role": "tool_calls",
"time": 1739258812026,
"message": "",
"toolCalls": [
{
"id": "call_75myzX5vBVkKYgUuVWv3MaI6",
"type": "function",
"function": {
"name": "transferCall",
"arguments": "{\"destination\": \"+16282505967\"}"
}
}
],
"secondsFromStart": 15.996
}