Guest fsoudbakhsh Report post Posted 07/29/2010 09:34 AM it seems that the result variable wont works with vg7. this is because, I have created 10 folders for 10 lines. I would like to create xml file into folder that is named after the line handling the call. when the xml file created in the folder then other VBS copy it into the vg\data directory. To do this I used C:\Program Files\ivg\Scripts\PBPScript\MCAC\database\$RV_LINEID\outdial_$RV_STARTTIME.xml for copying the file in the folder and name teh xml file. But the VG didn't completed VBS and phone line didn't hang upped. when I removed $RV_LINEID and $RV_STARTTIME, VG runs fine and line hang upped. I try to prevent over writing the xml file by other call from other ports. Share this post Link to post
SupportTeam Report post Posted 07/29/2010 09:59 AM Result Variables do work in v7. $RV_STARTTIME when replaced may result in an invalid filename. Woudl recommend you use the $RV_HH$RV_NN$RV_SS type expression. Share this post Link to post