casazza Report post Posted 02/03/2006 05:00 PM We purchased the professional version which states VBScript is supported. However when I run VoiceGuide, I see the following error in the event log: 102340.22 6 ERROR: COM interface not supported in this version. This is the script I am trying to run set vg = CreateObject("VoiceGuide.CommandLink") sReturnValue = vg.RvGet($RV_LINEID, "$RV[Get PIN (9)]") Select Case $RV[Get PIN (9)] Case 1167 vg.RvSet_RvList $RV_LINEID, "[Property ID]{101}" sResult = "verify_passed" Case 1210 vg.RvSet_RvList $RV_LINEID, "[Property ID]{102}" sResult = "verify_passed" Case 1321 vg.RvSet_RvList $RV_LINEID, "[Property ID]{103}" sResult = "verify_passed" Case Else sResult = "verify_failed" End Select 'vg.Run_ResultReturn $RV_LINEID, sResult 'set vg = Nothing This worked with the trial version. Any help will be greatly appreciated. Jim Share this post Link to post
Guest ooper Report post Posted 02/03/2006 05:42 PM You probably need the Enterprise version. See http://www.voiceguide.com/vgFeatures.htm Share this post Link to post
SupportTeam Report post Posted 02/03/2006 11:22 PM You probably need the Enterprise version. Correct. See: http://www.voiceguide.com/vgFeatures.htm Share this post Link to post