undergrowthseer
03/25/2025, 9:32 AMVapi Support Bot
03/25/2025, 9:34 AMjson
{
"results" : [ {
"toolCallId":"1. message.toolCalls[].id",
"result":"Whatever you want to send back to the tool"
}
]
}
3. **Check Network Configuration**: According to [troubleshooting information](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334919245468799007), verify that your network allows traffic on the SIP protocol and that any firewalls or NATs are configured to allow SIP messages to pass through.
4. **Review Call Logs**: Examine the logs associated with your call ID to identify any patterns or issues that could be causing the problem.
Would you be able to share any additional details about your tool configuration or any error messages you might be seeing in your logs? This could help narrow down the specific issue you're facing! 🔍
Sources:
- [Discord discussion about tool calls not triggering during phone calls](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334666797932089405)
- [Discord information about client-side vs server-side tool calls](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1342336047589359618)
- [Discord discussion about model speaking tool call code](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1331648945818177586)
- [Discord thread about response relay problems](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1343933426721488896)
- [Troubleshooting information about network configuration](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334919245468799007)Vapi Support Bot
03/25/2025, 9:34 AMtransfer_call
tool, as noted in [Discord discussions](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1331648945818177586).
3. **Response Relay Problems**: Some users report that the assistant makes tool calls but doesn't automatically relay responses back to the caller, requiring additional prompting, as mentioned in [Discord threads](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1343933426721488896).
## Troubleshooting Steps
1. **Check Tool Configuration**: Ensure your tools are properly configured in the assistantOptions
object. For example:
javascript
tools: [{
"type": "function",
"function": {
"name": "your_tool_name",
"description": "Description of your tool",
"strict": true,
"parameters": { ... }
},
"async": false
}]
undergrowthseer
03/25/2025, 10:21 AMamurgio
03/25/2025, 3:46 PMundergrowthseer
03/26/2025, 12:32 AMShubham Bajaj
03/26/2025, 2:26 PMKyle Brunker
03/26/2025, 2:27 PMundergrowthseer
03/27/2025, 1:31 AMundergrowthseer
03/27/2025, 4:02 AMtejas
03/27/2025, 4:17 AMundergrowthseer
03/27/2025, 4:35 AMtejas
03/27/2025, 5:17 AMServer Message Successful. (https://ff9a-219-76-18-202.ngrok-free.app/api/callbacks/vapi). Response: {"result": "Your call has ended and saved."}
could be you arent handling it appropriately on your end?undergrowthseer
03/27/2025, 9:45 AMundergrowthseer
04/01/2025, 3:04 AMKyle Brunker
04/01/2025, 10:07 PMKyle Brunker
04/01/2025, 10:08 PM