Guest u4910 Report post Posted 11/21/2009 03:56 AM I would like the incomming faxes to have unique file names so that I can store them for long term. I tried naming it something like "c:\$RV_CIDNUMBER.tif" and other combinations, but it seems to only record a fax if I use a static file name. Please advise. Share this post Link to post
rmatosaw Report post Posted 11/21/2009 05:51 PM Hi, In my case, I used VB Script module to produce a specific file name. But you can use the result variables f. ex. the variables returning date information: c:\$RV_YY$RV_MM$RV_DD$RV_HH$RV_NN$RV_SS.$RV_MS.tif More information: http://www.voiceguide.com/vghelp/source/html/resultvariables.htm Good luck Share this post Link to post
SupportTeam Report post Posted 11/22/2009 11:46 AM u4910: Could you please post a copy of VoiceGuide's Debug Printout which captures the ]call, this will allow us to see what happened. Debug Trace files are created in VG's \log\ subdirectory. Please post the traces and the VoiceGuide script used. When posting traces/scripts please .ZIP them up and post them as attachments. Share this post Link to post
SupportTeam Report post Posted 11/23/2009 12:29 AM We have just ran some tests using $RVs in the filename for the received fax and it worked fine. If you have any problems please post trace capturing the call and we can then see what is happening on your system. Share this post Link to post
Guest u4910 Report post Posted 11/23/2009 05:41 PM I have it working now. Sorry, I must have had a typo on the $RV. I have it recording and saving to a file with date/time/cid/name in the filename. Thanks! Share this post Link to post