Clearing out a variable
Posted: Wed Oct 24, 2007 7:03 pm
Good evening to all,
I have the following record tag:
This recording (phone_file_1vox) is passed to another page and saved. After this, I want to clear out the value of phone_file_1vox. How do I do this? I tried the following which didn't work:
Thanks!
Mike C.
I have the following record tag:
Code: Select all
<record name="phone_file_1vox" beep="true" dtmfterm="true" maxtime="720s" finalsilence="300s" type="audio/basic">
Code: Select all
<var name="phone_file_1vox" expr=""/>
Mike C.