VoiceGuide IVR Software Main Page
Jump to content

Programming Language

Recommended Posts

You can use a "Run VBScript" module to run VBScripts from within VoiceGuide - or you can use the "Run Program" module to run any program written in any language.

Share this post


Link to post

lets say that i used the "Run Program"

 

and run a perl script

 

"perl.exe myscript.pl Var1 Var2 Var3"

 

 

how can i return the result back to voiceguide

 

and

 

how can i use the advanced objects like: Script_Goto

Share this post


Link to post
how can i return the result back to voiceguide

Please see VoiceGuide's Help file entry on Run Program module. Online copy of relevant page is here: http://www.voiceguide.com/vghelp/html/modR...dRunProgram.htm

If the 'wait' option is selected then VoiceGuide will pause until the program completes and afterwards VoiceGuide will look for the result file which can be optionally created by the called program.

Also, if you can instantiate COM interfaces from within Perl then you will be able to use all of the VG's COM functions (Script_Goto, Run_ResultReturn, etc) from within Perl as well.

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
×