Renaming the NAME of the <record> tag
Posted: Thu Mar 06, 2008 9:31 am
Good morning to all,
Ok. Say I have the following to create a recording:
Now, I get a failure when trying to submit the recording later down in the page. I would like to RENAME the name of the record tag, from phone_file_1vox to error_processing_recoring_yyyymmdd.vox and then submit this to a different page via my error.badfetch. So, the question is:
How do a rename phone_file_1vox to error_processing_recoring_yyyymmdd.vox?
Thanks!!
Mike C.
Ok. Say I have the following to create a recording:
Code: Select all
<record name="phone_file_1vox" beep="true" dtmfterm="true" maxtime="720s" finalsilence="300s" type="audio/basic">
How do a rename phone_file_1vox to error_processing_recoring_yyyymmdd.vox?
Thanks!!
Mike C.