Hello, is there a way to avoid a re call when user doesnt asnwer the call?
l
Letter
06/13/2025, 5:18 PM
In VAPI natively, I don't believe so unless you want to do a bunch of api work before every call to pull the call records for that customer and not intiate a call.
I track the result of each call in my backend and based on determine if next call needs to be scheduled or not.
m
Mugiwara
06/13/2025, 5:19 PM
ty for answer, i was doing that way but it seens vapi is calling by its own when there is not answer, so its call by vapi and my backend retry
k
Kings_big💫
06/13/2025, 10:47 PM
Enable voicemailDetectionEnabled, check if endedReason is customer-did-not-answer, and handle it by skipping re-calls and triggering a fallback like SMS or scheduling outside the current session..