cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
470
Views
0
Helpful
3
Replies

How to change the directory of "recording" step in IPCC Express?

startryst
Level 1
Level 1

By default, the recording files saved in c:\programe files\wavvid using "recording" and "write document" step.

But actually I just want to save the recording files to c:\programe files\wavvid\prompts\recording, how to achieve this?

Also if the script can automatically create subfolder named with a variable of script will better.

3 Replies 3

andywallace
Level 1
Level 1

Hi

Not sure if this will help as i am not using the express version. However i am doing something similar

I created a string varable called greetingpath with a value of:

U"C:\\Program Files\\wfavvid\\Prompts\\recording\\"

I then use a write document with a file path like this: Greetingpath + Greeting + GreetingExtension

Where greeting is a variable containing the file name and greetingextension is a variable containing the file extension.

Hope this makes sense.

Andy

Thanks, the filename is an variable, such as "Prompts\recording\ani.wav"

The ani is the calling number, which is an variable.

I use your method but the ani is not reflect to the real value.

I have slove this problem by myself.

The path should be written as: "Prompts\user\en_US\VM_Greeting\"+ani +".wav"

So when extn 805 calling, the recording files saved in prmpts\user\en_US\VM_Greeting\805.wav