<record> is truncated
Posted: Sun Aug 05, 2007 3:41 pm
I cannot get a recording longer than about 8 seconds no matter how long I set maxtime or finalsilence. I have tried maxtime = "30000" and finalsilence = "3s" in addition to other combinations of lengths (see below for my current settings). I get the same result from several different testers using land lines, cell phones, from different parts of the country, so it's not just my testing phone. Code is below:
<form id="yes">
<record name="wave" beep="true" maxtime="30s" finalsilence="maxtime" type="audio/x-wav">
<prompt>
<voice name="crystal">
Please leave a message.
</voice>
</prompt>
<filled>
<submit next="http://domain.com/response.lasso"
method="post" namelist="wave" enctype="multipart/form-data"/>
</filled>
</record>
</form>
<form id="yes">
<record name="wave" beep="true" maxtime="30s" finalsilence="maxtime" type="audio/x-wav">
<prompt>
<voice name="crystal">
Please leave a message.
</voice>
</prompt>
<filled>
<submit next="http://domain.com/response.lasso"
method="post" namelist="wave" enctype="multipart/form-data"/>
</filled>
</record>
</form>