boomer_09568
# general-english
b
is transferCall function type not working @Vapi @Shubham Bajaj? None of the calls are forwarding to the outbound number despite confirmation of tool call in the call logs. I also have a forwarding number set up for the assistant (not that it matters, IMO - tool calls should be independent of it).
v
@boomer I'm sorry to hear that you're experiencing issues with the transferCall function. The function should indeed work independently of the forwarding number set up for the assistant, but it's important to ensure that the forwardingPhoneNumber parameter is correctly specified when calling the function. If you're seeing confirmation of the tool call in the call logs but the calls are not being forwarded, there might be an issue with the implementation or a temporary service disruption. To assist you further, I would need to check the specific details of your implementation. Could you please provide me with more information or any error messages you might be receiving?
b
no error message - success message i get is this "[LOG] Model called tool: transferCall"
s
@boomer transfer call is independent of the tool call.
share your recent call id.
b
ca626af8-94b0-4ea4-8cd3-942db17f4b4e
s
Please add fowarding number,
No Forwarding Phone Number.
b
the forwarding phone number is already set for the assistant, inclduing the destination numbers in the transferCall tool. Any way for me to see these logs? not sure why you would see this error.
s
hey did you respond do to transfer destination request?
b
in the tool call? Yes, i did. e.g.
Copy code
"destination": {
            "type": "string",
            "enum": [
            "+1xxxxxxxxxx"
            ],
            "description": "The destination to transfer the call to."
Bringing this to the support channel.
2 Views