mikeraut Report post Posted 09/19/2016 07:47 AM Prompt exists and am trying to record over existing prompt. I can listen to the prompt, but am unable to record a new prompt Prompt recording.zip Share this post Link to post
SupportTeam Report post Posted 09/19/2016 07:58 AM 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
mikeraut Report post Posted 09/19/2016 08:45 AM Thank you for the solution Share this post Link to post