VoiceGuide IVR Software Main Page
Jump to content

Run Module

Recommended Posts

Hi I want to know how I can call a VB.exe application and return some values to the script.

Example:

 

When anwsering call I want VG to call a VG.exe application using RUN Module and pass 2 parameters to the VB.exe (OK for that)

Then I want the VB.exe to return some veriables to the script . I could right in a file an read it again but I would like to know if there is a better way ?

 

Tkx

Mh

Share this post


Link to post

hi Sorry but could you give an exmaple of how I can use this.

The help page does not really help me that much :-)

 

Do I have to have the Enterprise version to do so ?

 

tkx

 

Share this post


Link to post

You may want to look at some of the sample scripts that are installed with VoiceGuide. Pretty much every VBScript module in any of the sample scripts uses the COM interface and the Run_ResultReturn function.

 

Also have a look at the VoiceGuide subdirectory \Scripts\vbs COM interface samples\

 

You can call the COM function in similar way from any .EXEs that you would create.

 

Also have a look at the VoiceGuide subdirectory \Scripts\vgServices_WCF\ for C# example of how to connect to VoiceGuide using WCF.

 

If you can .ZIP up and post here your .EXE project directory we can edit the project to have it call the Run_ResultReturn function from your program.

Share this post


Link to post

I have purchased a professional release of VG, to be able to to use COM interface , do I have to have an enterprise version

 

Tkx

Mh

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
×