Exotel has Call detail API (here) which provides detail call duration, call status everything. we are using this API to fetch call details but the problem with this API is it provides the call detail after sometime (within 2 minutes).
So, what should be the cron job run to get accurate call details after each call ends?
have tried multiple logic but none is working.