Whenever I transfer call it just hangs up yet in the logs it says "success". I checked my Twilio logs & there's no error or record of an outbound call. I've enabled call transfers in Twilio by creating a new Elastic SIP Trunk.
{
"role": "tool_calls",
"time": 1738997685217,
"message": "",
"toolCalls": [
{
"id": "call_kCGXaNBEOVH2eXNqYaF73WCm",
"type": "function",
"function": {
"name": "transferCall",
"arguments": "{\"destination\": \"+61418407733\"}"
}
}
],
"secondsFromStart": 7.064
}
{
"role": "bot",
"time": 1738997685813,
"source": "",
"endTime": 1738997687343,
"message": "Transferring the call now.",
"duration": 1530,
"secondsFromStart": 8.37
}
{
"name": "transferCall",
"role": "tool_call_result",
"time": 1738997686740,
"result": "Success.",
"toolCallId": "call_kCGXaNBEOVH2eXNqYaF73WCm",
"secondsFromStart": 8.587
}