### Answer
This issue may be related to a known problem where voicebots repeatedly say "Sorry a few more hours" due to pending or unsuccessful function calls. This behavior often occurs when the function doesn't return a response or there is a delay in the response from the server side [(1)](
) .
It's advisable to check the function's response times and ensure that it is configured to handle requests efficiently. Additionally, ensure that the webhook endpoint and function calls are correctly set up to avoid any repeated or hanging responses. If the issue persists, it may be worthwhile to verify the server configurations or any recent changes that might affect response handling.
For further troubleshooting, consider reviewing the system logs associated with the call ID provided or comparing the behavior with other instances to identify any patterns or anomalies that could be causing this issue.