Reputation: 118
hello all I am making an attempt to interface with a remote IVR with the following Twiml. MY issue is that twilio doesn't hangup until 130+ minutes later, however it does only record the 10 seconds as asked. Any insight would be greatly appreciated
<Response>
<Play digits="1w1w1234567w8w1w9w1w21ww1"> </Play>
<Record timeout="10" transcribe="false" maxLength="10"/>
<Pause length="10"/>
<Hangup/>
</Response>
Upvotes: 0
Views: 176