I've been working on a call system with Twilio. Here is how it works:
1.) When someone calls it plays an IVR and they send a response and it redirects them
2.) We then play ringing to them and forward it to a cell phone using DialCallStatus. We use this because we don't want them to hit the voicemail on the cell phone. So, if no one answers the call they hit the twilio voicemail and not the cell phone voicemail. If an operator answers they hear a "press any key to accept the call" they press a key so twilio knows that someone answered the call.
3.) the issue I am having is when I want to display the "missed call" it's not working. I see the call statuses and I tried using the "missed one" but it seems like almost every call is being marked as "completed". Essentially, I want to be able to pinpoint the calls that were not picked up by an actual operator. So, even if they don't leave a voicemail we can call them back.
Sorry for the lengthy question but if you have any idea how to do this it would be much appreciated.