Phos
12/04/2024, 11:25 PMstatus-update
with the ended
status but an end-of-call-report
event never comes through.
I could understand how maybe that is intentional but if my flow relies on getting that successful
report back from the call, how can I know that a report isn't going to come for a call?
An example of a call like this is 2f2edb78-a766-4874-93e4-1c9e52752bb0
Vapi
12/04/2024, 11:28 PMend-of-call-report
event is configured correctly to trigger after every call, regardless of the outcome. If you're not receiving the end-of-call-report
for certain calls, it could be due to a configuration issue or an unexpected behavior in the system.
For the specific call with ID 2f2edb78-a766-4874-93e4-1c9e52752bb0
, I would need to check the system logs to provide a detailed answer. However, as a support bot, I don't have direct access to the system logs or the ability to check individual call IDs.
To resolve this issue, I recommend checking the following:
1. Ensure that your server URL is correctly configured to receive POST requests for the end-of-call-report
event.
2. Verify that there are no conditions or filters set up that might prevent the end-of-call-report
from being sent for certain calls.
3. Check if there are any network issues or server downtimes that might be affecting the delivery of the event.
If you've confirmed that everything is set up correctly and you're still not receiving the end-of-call-report
for calls that are not answered or go to voicemail, please reach out to our support team for further assistance. They will be able to investigate the issue in more detail and provide a solution.
Would you like me to guide you on how to contact support or assist you with anything else related to VAPI?Vapi
12/04/2024, 11:28 PMVapi
12/04/2024, 11:29 PMPhos
12/04/2024, 11:30 PMend-of-call-report
events when someone answers the call just fine. They aren't getting filtered out on my end. Is there a configuration in vapi to have those always come through even on failed calls?Phos
12/04/2024, 11:39 PMassistant-ended-call
end_reason because my assistant ends the call in a successful scenario.Rulo
12/11/2024, 5:51 PMPhos
12/11/2024, 6:04 PMRulo
12/11/2024, 10:03 PMram_vapi
12/11/2024, 10:12 PMend-of-call-report
events, does this work for failed calls during your tests?
Another tip would be to check endedReason in the call request to see if there is any more info provided regarding the call ending.
https://docs.vapi.ai/api-reference/calls/get#response.body.statusPhos
12/11/2024, 10:25 PMend-of-call-report
run?
In this case I'm pretty sure the assistant ended the call because it went to voicemail but shouldn't the end of call report still run?
https://cdn.discordapp.com/attachments/1314009811268141106/1316531227280539718/call_response.txt?ex=675b62c0&is=675a1140&hm=c4af3971f22ccc8c23d69ad53187ac3d9bbdfd1cd9c20430f363657a943efbe3&ram_vapi
12/12/2024, 12:00 AMend-of-call-report
to your webhook endpoint url: https://martin-novel-lightly.ngrok-free.app/api/vapi
Also you are able to see the webhooks in the Vapi Dashboard and you can click into each request to see more info: https://dashboard.vapi.ai/webhooks
Hope that helps!Rulo
12/12/2024, 3:25 PMram_vapi
12/12/2024, 6:13 PM