jorgemtzvega
03/05/2025, 8:07 PMVapi Support Bot
03/05/2025, 8:08 PMendCallFunctionEnabled
setting is set to true. This is crucial for proper call termination handling.
2. **Modify End Call Behavior**: Adjust the assistant's behavior to prevent it from repeating the end call message. You can do this by:
- Removing the end-call message.
- Specifying conditions in the user prompt to trigger the end call when the caller says phrases like "goodbye."
3. **Introduce Conditional Logic**: Implement logic that allows the assistant to end the call if there is no further response from the caller after a certain period.
4. **Network and API Checks**: Sometimes, network issues can affect how the assistant processes commands. Ensure your network is stable and check for any API-related issues.
If these steps don't resolve the issue, please let me know, and we can explore further options! 😊
Sources:
- [Understanding and Resolving the "Assistant Said End Call Phrase" Error in Vapi](https://docs.vapi.ai/calls/call-ended-reason)
- [Troubleshooting Steps to Prevent Calls from Being Dropped in Vapi](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1332133296347549797)jorgemtzvega
03/05/2025, 8:10 PMAditya
03/07/2025, 11:25 AMjorgemtzvega
03/21/2025, 7:33 PMAditya
03/23/2025, 7:48 AMcurl -X PATCH https://api.vapi.ai/assistant/insert-your-assistant-id-here \
-H "Authorization: Bearer insert-your-priate-key-here" \
-H "Content-Type: application/json" \
-d '{
"endCallPhrases": null
}'