Ok, I have just about given up on this project but I thought I'd ask you all before I did. I was building an app that would call 20+ numbers and if any failed, send me an email.
I got email working with mandrill and calls working with twilio. The problem is I need to detect if the call makes it to the answering machine. It does not ring like a normal number though. It says "Please hold while we transfer your call". It then plays music until someone picks up or an answering machine picks up.
From my scouring of the Twilio REST API docs I couldn't find anything that would allow me to differentiate between that first automatic message and the end voicemail. Is there something I'm missing or a workaround someone could think of?
Using the API with Laravel 5 though I doubt that is really relevant.