I'm using Twilio for phone verification, and the hundred times + that I've tested it works, but somehow I occasionally received failed notifications (I have a mail() function in the else statement).
Is there any way I can actually know if:
- The recipient's phone rang but he didn't pick up
- The recipient pickup up the call but didn't enter the verification code.
- The recipient rejected the call when the bell rang.
So I can accurately determine whats going on. Currently I only see the call as "completed" but I'm not sure if the number was wrong, or the call was rejected etc..
Thanks