VoiceGuide IVR Software Main Page
Jump to content

Unable To Record Prompt

Recommended Posts

ktTel trace shows:

747 094345.973  4004  12 fn    RecordFileStart(iLineId=12, iActionID=423455, sFileName=C:\Program Files\VoiceGuide\Scripts\NTA\prompt1.wav, iPlayBeep=1, sXMLOptions=)
...
763 094345.979  4200  12 ERROR open save file(hli->strRecFnameToRecInto=C:\Program Files\VoiceGuide\Scripts\NTA\prompt1.wav) => -1, [dx_fileerrno=2, ENOENT, No such file or directory; invalid device name; file or path not found.]

The file that is played before is:

559 094334.451  4004  12 fn    PlayStart(iLineId=12, sFileList=C:\Program Files (x86)\VoiceGuide\Scripts\NTA\prompt1.wav, sXMLOptions=)

In the Record module please try changing:

C:\Program Files\VoiceGuide\Scripts\NTA\prompt1.wav

to:

C:\Program Files (x86)\VoiceGuide\Scripts\NTA\prompt1.wav

Please also note that as this is a file in C:\Program Files (x86)\ then there may be some permission issues.

It is recommended that all user scripts are located in directory that is not under the "C:\Program Files" or "C:\Program Files (x86)"

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×