<clear>ing out my <record> tag
Posted: Tue Feb 05, 2008 6:48 pm
Hey crew,
I have a recording that is captured using:
Well, once I'm done saving this recording, I want to clear out my record tag, which is called initial_recording.
When I use this:
I get this:
When I'm expecting the file size to be cleared out to zero or null and expect this:
Please assist.
Thanks,
Mike C.
I have a recording that is captured using:
Code: Select all
<record name="initial_recording" beep="true" dtmfterm="true" maxtime="720s" finalsilence="300s" type="audio/basic">
When I use this:
Code: Select all
<log>process_combine_voxs.xml - MID1 (File size in bytes: <value expr="initial_recording$.size"/>)</log>
<clear namelist="initial_recording"/>
<log>process_combine_voxs.xml - MID2 (File size in bytes: <value expr="initial_recording$.size"/>)</log>
Code: Select all
local 6105849795 10 [[05/Feb/2008:18:37:52 -0500] 3975 000001;010;1202253166 label process_combine_voxs.xml - MID1 (File size in bytes: 19712 )
local 6105849795 10 [[05/Feb/2008:18:37:52 -0500] 3975 000001;010;1202253166 label process_combine_voxs.xml - MID2 (File size in bytes: 19712 )
Code: Select all
local 6105849795 10 [[05/Feb/2008:18:37:52 -0500] 3975 000001;010;1202253166 label process_combine_voxs.xml - MID1 (File size in bytes: 19712 )
local 6105849795 10 [[05/Feb/2008:18:37:52 -0500] 3975 000001;010;1202253166 label process_combine_voxs.xml - MID2 (File size in bytes: 0 )
Thanks,
Mike C.