invoso.com Report post Posted 01/02/2015 01:52 PM We have new problem as shown in vg log file. Call after unsuccessful connection should stop playing MoH and start playing other prompt. We use set vg = CreateObject("vgServices.CommandLink")vg.Play_Stop $RV_LINEIDvg.Run_ResultReturn $RV_LINEID, "success"set vg = Nothing But VG shows problems with VBscript execution as shown in attached log file and not playing next prompt (silent). vg_engine.zip Share this post Link to post
SupportTeam Report post Posted 01/02/2015 08:03 PM Trace shows that the error occurred in the Microsoft's ClearScript module: 113023.620 35 46 16 ERROR RunScript_ClearScriptV8_ScriptEngineException ERROR ErrorDetails: ERROR Message: Exception of type 'Microsoft.ClearScript.ScriptEngineException' was thrown. ERROR Source: ClearScript ERROR StackTrace: at Microsoft.ClearScript.ScriptEngine.ThrowScriptError(IScriptEngineException scriptError) at Microsoft.ClearScript.Windows.WindowsScriptEngine.ThrowScriptError(Exception exception) at Microsoft.ClearScript.Windows.WindowsScriptEngine.<>c__DisplayClass14.<ScriptInvoke>b__13() at Microsoft.ClearScript.ScriptEngine.ScriptInvoke(Action action) at Microsoft.ClearScript.Windows.WindowsScriptEngine.ScriptInvoke(Action action) at Microsoft.ClearScript.Windows.WindowsScriptEngine.Execute(String documentName, String code, Boolean evaluate, Boolean discard) at (Object , String ) at ..(Object oParam) Newest version of VoiceGuide uses a newer version of the ClearScript engine, so we would first recommend moving to latest version of VoiceGuide. Alternatively the system can be set to use the Windows Scripting Host to execute the VBScripts. This can be set by adding this entry to [moduleRunScript] section of VG.INI : Engine=WSH Share this post Link to post
invoso.com Report post Posted 01/03/2015 10:52 AM Can You change vg.ini in attached ini file? vg.zip Share this post Link to post
invoso.com Report post Posted 01/08/2015 01:45 PM Can You to add [moduleRunScript] Engine=WSH to attached ini file?? Share this post Link to post
invoso.com Report post Posted 01/08/2015 01:50 PM in ini file is section: [VBScript]UseSafeSubset=1ShellHandler=wscript sav this section and add [moduleRunScript] Engine=WSH OR delete previous section and left only second setting? Share this post Link to post
SupportTeam Report post Posted 01/08/2015 10:58 PM Delete previous section and leave only the new entry. Share this post Link to post