VoiceGuide IVR Software Main Page
Jump to content

Call External Program

Recommended Posts

Can I call an external program and wait for the answer?

 

I need to create an IVR system that will ask the caller for an account number, then call and external program at a specific IP:Socket and wait for the answer and then tell the caller the answer.

 

Is this possible with VoiceGuide ?

Thanks,

Kent

Share this post


Link to post
Can I call an external program and wait for the answer?

Yes. Use a Run Program module. See: http://www.voiceguide.com/vghelp/source/ht...drunprogram.htm

 

Alternatively you can use a vb script: http://www.voiceguide.com/vghelp/source/html/modvbs.htm. It is fairly easy to do IP communications from within VBScript.

 

In VoiceGuide v7 the Run Script module can also run C# code - which can be even more useful for quickly performing IP comms.

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
×