Hi,
After last fix of the VAD file from record component store in folder all cases. This work fine.
But I need in functionality for checking "if file exists".
Here is the sense: When caller have recorded voice mail and hang up the phone, File stored in folder (this greate) but callflow not entered in no one branches of "record component".
In next step I'd like to send "project$.WavFileName" thru "e-mail sender" IF "project$.WavFileName" exists.
I tried to use "File management" component but it don't support dynamic file names.
I tried to use "Scripting.FileSystemObject" COM object but it raise "error.semantic.ecmascript"
I tried to send email with my attachment, but when "project$.WavFileName" don't exists on disk - "email sender component" crashed.
In JavaScript no functions to check of existing of the file.
There is no ability to use COM and NET and ASP (PHP), because external code can't locate where(directory) current IVR placed and started.
I have no abilities to detect build number "<DebugBuildNumber> and <ReleaseBuildNumber>" to build directory location to use in my external code.
I need:
VAD Expression, for example FILE_EXISTS or
supporting in "File management" component of dynamical file names,
or if "E-Mail sender" component configure to use attachment file and this file don't exists then "e-mail sender" will send email without attachment and errors (now it crashes)
Any suggestions?
Thanks.
PS: I can't use fixed file name because it can raise file-collision in case of multiple callers leave voicemail at some time.
