I have my twiml as such:
<Response>
<Dial timeout="12">
<Client>Robbie</Client>
</Dial>
<Say>
The person you are trying to reach is currently unavailable. Please leave a message at the beep.
</Say>
<Record action="/voicemail/fdasjhklewu/" maxLength="90" method="GET" timeout="7"/>
</Response>
Here twilio tries to reach the client to connect and incoming call and then if there's no response, it goes to voicemail.
However, if I answer and then hangup, it still goes to voicemail. How can I hangup and not goto voicemail?