VoiceGuide IVR Software Main Page
Jump to content

Internet Portal Sample

Recommended Posts

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×