CSI Report post Posted 04/23/2004 07:53 PM When I run the Internet Portal Sample script, I get an error during the say numbers module: --------------------------- Windows Script Host --------------------------- Script: D:\Program Files\VoiceGuide\data\vbs_5_SayNumber.vbs Line: 495 Char: 4 Error: Type mismatch: 'Cint' Code: 800A000D Source: Microsoft VBScript runtime error --------------------------- OK --------------------------- Is this a bug with the Say Numbers module or a problem specific to my system? Share this post Link to post
SupportTeam Report post Posted 04/23/2004 09:05 PM Could you please post a copy of VoiceGuide's Debug Printout which captures the problem, this will allow us to see what is going wrong. (When running the script click on VoiceGuide's View menu and select 'Event Trace Log' option - any log information will then appear in this window. You must open the trace window before making the call.) Also immediately afterwards (before any new calls arrive on same line) copy the .vbs file mentioned in the error (D:\Program Files\VoiceGuide\data\vbs_5_SayNumber.vbs) and post it here as well (as an attachment) Share this post Link to post
CSI Report post Posted 04/27/2004 12:02 PM here is the trace file. trace.txt Share this post Link to post
CSI Report post Posted 04/27/2004 12:13 PM Here is the vbs file vbs_9_SayNumber.vbs Share this post Link to post
SupportTeam Report post Posted 04/28/2004 01:45 AM Please place attached file in VoiceGuide's \system\vbs\ subdirectory. Then try running again. There was a bug in the lib_num2wav.vbs file (which is used by Say Number module to generate the list of sound files to be spoken) which caused it to crash if both a comma and a decimal point were present in the number which was to be spoken. Attached file fixes this problem. lib_num2wav.vbs Share this post Link to post