You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2024. It is now read-only.
Based on this example https://raw.githubusercontent.com/TwilioDevEd/api-snippets/master/twiml/voice/record/record-3/output/record-3.twiml, If the caller does not speak at all, the <Record> verb exits after 5 seconds of silence, falling through to the next verb in the document. In this case, it would fall through to the <Say> verb.. It does hangup after 5s but it still hitting the action endpoint and I can access an empty recording file. Is there a way to prevent this?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Based on this example https://raw.githubusercontent.com/TwilioDevEd/api-snippets/master/twiml/voice/record/record-3/output/record-3.twiml,
If the caller does not speak at all, the <Record> verb exits after 5 seconds of silence, falling through to the next verb in the document. In this case, it would fall through to the <Say> verb.
. It does hangup after 5s but it still hitting the action endpoint and I can access an empty recording file. Is there a way to prevent this?The text was updated successfully, but these errors were encountered: