VoiceGuide IVR Software Main Page
Jump to content

Onnotconnected Exe Parameter Passing Issue

Recommended Posts

I am using VG Version 7. I am trying to launch an exe for an OnNotConnected Script. Such as "C:\Temp\VGTestAPP.exe ". I am passing in the VG line id as a parameter like this "C:\Temp\VGTestAPP.exe $RV_LINEID" but when I call the exe with the parameter added it does not work. Attaching logs -- I am clearing all logs then I will try it first with no parameters then second with the added parameter. I can run this app fine with and without params from the command prompt.

 

VG.zip

Share this post


Link to post

Please update to this version of VG v7: [old link removed]
In this version the parameters specified on the command line should get properly passed to the application.
Please post traces from this new version if you continue to have issues.

Share this post


Link to post

Are there release notes for this version - on what exactly has been changed? I have had a lot of issues before when upgrading versions.

 

Thank you

Share this post


Link to post

I upgraded to v7.9 and I am still having the same result. Here are the logs showing 2 calls (both busy). The first runs a program with no parameters and it works. The second call I pass in the line ID and it doesn't work.

0217_ktTts.zip

Share this post


Link to post

Please try specifying this in the Run Program module:

 

"C:\Temp\VGTestAPP.exe" $RV_LINEID

 

note the double quotes around the .EXE filename. Single quotes should work as well.

Share this post


Link to post

Looking back through the previous post it looks like we have provided a wrong download link. A ling to general 7.0.9 download was provided instead of to the version that contains incremental fixes.

Please download and update to this version: [old link removed] and try again.

Share this post


Link to post

Works!

 

When do you expect to release the next minor version of VoiceGuide to the public and will it contain this fix?

Share this post


Link to post

This update should be included in next point release, out in a next couple of weeks.

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
×